Uses of Interface
com.sinch.android.rtc.PushTokenRegistrationCallback
-
Packages that use PushTokenRegistrationCallback Package Description com.sinch.android.rtc -
-
Uses of PushTokenRegistrationCallback in com.sinch.android.rtc
Subinterfaces of PushTokenRegistrationCallback in com.sinch.android.rtc Modifier and Type Interface Description interface
SinchClientListener
ASinchClientListener
handles client state changes and the optional log method allows the listener to log messages from the underlying calling functionality.Methods in com.sinch.android.rtc with parameters of type PushTokenRegistrationCallback Modifier and Type Method Description void
UserController. registerUser(UserRegistrationCallback userRegistrationCallback, PushTokenRegistrationCallback pushTokenRegistrationCallback)
Registers user and associated FCM or HMS Push Token for the Sinch Managed Push to allow receiving incoming calls via push for the specified user on this very device.void
UserController. unregisterPushToken(PushTokenRegistrationCallback pushTokenRegistrationCallback)
Unregisters any push token that has been registered for Sinch Managed Push (for the User that this instance is bound to).
-