Uses of Interface
com.sinch.android.rtc.SinchError
-
Packages that use SinchError Package Description com.sinch.android.rtc com.sinch.android.rtc.calling -
-
Uses of SinchError in com.sinch.android.rtc
Methods in com.sinch.android.rtc with parameters of type SinchError Modifier and Type Method Description void
SinchClientListener. onClientFailed(SinchClient client, SinchError error)
Tells the listener that there was an error in theSinchClient
.void
PushTokenRegistrationCallback. 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
UserRegistrationCallback. onUserRegistrationFailed(SinchError error)
-
Uses of SinchError in com.sinch.android.rtc.calling
Methods in com.sinch.android.rtc.calling that return SinchError Modifier and Type Method Description SinchError
CallDetails. getError()
If the end cause isCallEndCause.FAILURE
, then this method returns an error object that describes the error.
-