Rate this page:

RegisterPushTokenCallback

Interface that the application implements to receive the result of push token registration.

Methods

onFailure

Copy URL
fun onFailure(error: 

PushTokenError

):

Unit

Reports that the requested operation is failed.

Parameters

Returns

  • type:

    Unit

onSuccess

Copy URL
fun onSuccess(): 

Unit

Reports that the requested operation is completed successfully.

Returns

  • type:

    Unit