pingNotification

abstract suspend fun pingNotification(number: Long, updateProgress: suspend (progress: Progress) -> Unit = {})

Send a ping number to a gateway. The number will be send back via gateway notification channel.

Parameters

number

that will be send back in a form of gateway notification.

See also