-
Notifications
You must be signed in to change notification settings - Fork 11
service notification flow
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.flows / 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.