Uses of Interface
com.sinch.android.rtc.UserRegistrationCallback
-
Packages that use UserRegistrationCallback Package Description com.sinch.android.rtc -
-
Uses of UserRegistrationCallback in com.sinch.android.rtc
Subinterfaces of UserRegistrationCallback 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 UserRegistrationCallback 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.
-