post

abstract fun post(data: ByteArray)

A method that telemetry service calls when telemetry data is ready to be sent.

post will be executed from a different, dedicated thread, created by Telemetry service.

Parameters

data

Telemetry data.