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