IPushTokenCompletionHandler
Interface that provides API to receive the result of push token registration.
Methods
onFailure
void
onFailure( error)
Reports that a requested operation is failed.
Parameters
error:
Error that caused the failure
Returns
type:
void
onSuccess
void
onSuccess()
Reports that a requested operation is completed successfully.
Returns
type:
void