public interface PushTokenRegistrationCallback
Modifier and Type | Method and Description |
---|---|
void |
onPushTokenRegistered()
Informs that the push token has been successfully registered on backend and
the application is ready to receive incoming calls via push notification.
|
void |
onPushTokenRegistrationFailed(SinchError error)
Informs that the push token registration failed and the application will not
be able to receive incoming calls via push notification.
|
void onPushTokenRegistered()
void onPushTokenRegistrationFailed(SinchError error)
error
- SinchError
object that describes the problem.Copyright 2016, Sinch AB