kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
app-shell
/
com.siddharth.kmp.appshell
/
PushMessaging
Push
Messaging
interface
PushMessaging
Push token + topic surface. Android: FCM (gms) / no-op (noGms). iOS: APNs + Firebase.
Inheritors
NoOpPushMessaging
LocalPushMessaging
Members
Properties
on
Token
Refresh
Link copied to clipboard
abstract
val
onTokenRefresh
:
Flow
<
String
>
Functions
current
Token
Link copied to clipboard
abstract
suspend
fun
currentToken
(
)
:
String
?
subscribe
Topic
Link copied to clipboard
abstract
suspend
fun
subscribeTopic
(
topic
:
String
)
unsubscribe
Topic
Link copied to clipboard
abstract
suspend
fun
unsubscribeTopic
(
topic
:
String
)