Skip to content

service notification flow

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.flows / serviceNotificationFlow

serviceNotificationFlow

fun TelegramFlow.serviceNotificationFlow(): Flow<UpdateServiceNotification>

emits UpdateServiceNotification if service notification from the server. Upon receiving this the client must show a popup with the content of the notification.

Clone this wiki locally