Rate this page:

IPushTokenCompletionHandler

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

Methods

onFailure

Copy URL

void

onFailure(

PushTokenError

error
)

Report that the requested operation is failed

Parameters

Returns

  • type:

    void

onSuccess

Copy URL

void

onSuccess()

Report that the requested operation is completed successfully

Returns

  • type:

    void