RegisterPushTokenCallback
This API is in beta and subject to change.
Interface that the application implements to receive the result of push token registration.
Methods
onSuccess
fun onSuccess(): Unit
This API is in beta and subject to change.
Reports that the requested operation is completed successfully.
Returns
type:
Unit
onFailure
fun onFailure(error: ): Unit
This API is in beta and subject to change.
Reports that the requested operation is failed.
Parameters
error:
Error that caused the failure
Returns
type:
Unit