setServerTransferLimit

abstract suspend fun setServerTransferLimit(transferLimitConfiguration: TransferLimitConfiguration, updateProgress: suspend (progress: Progress) -> Unit = {})

Request new transfer limit parameters (initial number of tokens and initial timer settings). Transfer limit determines the initial number of tokens. The token is needed to get a connection and sending measurements via the cellular network. The cost of each such transfer is one token. New token is added every period configured in the transfer limit timer (expressed in seconds).

Parameters

transferLimitConfiguration

Transfer limit configuration TransferLimitConfiguration

updateProgress

Update progress of operation