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:

ParametersTypeDescription
tokenStringA unique token string provided by the push notification service.