-
- All Implemented Interfaces:
public interface PushTokenUnregistrationCallbackCallback for push token unregistration events.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonPushTokenUnregistered()Informs that the push token has been successfully unregistered on backend and the application will not receive incoming calls via push notification anymore. abstract UnitonPushTokenUnregistrationFailed(SinchError error)Informs that the push token registration failed -
-
Method Detail
-
onPushTokenUnregistered
abstract Unit onPushTokenUnregistered()
Informs that the push token has been successfully unregistered on backend and the application will not receive incoming calls via push notification anymore.
-
onPushTokenUnregistrationFailed
abstract Unit onPushTokenUnregistrationFailed(SinchError error)
Informs that the push token registration failed
- Parameters:
error- SinchError object that describes the problem.
-
-
-
-