Interface PushTokenUnregistrationCallback

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onPushTokenUnregistered() Informs that the push token has been successfully unregistered on backend and the application will not receive incoming calls via push notifications anymore.
      abstract Unit onPushTokenUnregistrationFailed(SinchError error) Informs that the push token unregistration failed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 notifications anymore.