PushTokenListener
Alias for a function invoked when a new push token is received.
Alias for a function invoked when a new push token is received.
Syntax: typealias PushTokenListener = (token: String) -> Unit
Parameters:
Parameters | Type | Description |
---|---|---|
token | String | A unique token string provided by the push notification service. |
Updated 8 days ago