UserRegistrationCallback

Callback for User Registration flow events.

Inheritors

Functions

Link copied to clipboard
abstract fun onCredentialsRequired(clientRegistration: ClientRegistration)

Called when SDK needs to verify user's identity within your application. See Authentication $ Authorization (https://developers.sinch .com/docs/in-app-calling/android/application-authentication/) section of the online docs for more information about the flow.

Link copied to clipboard
abstract fun onUserRegistered()

Informs that user has been successfully registered.

Link copied to clipboard

Informs that user registration has failed and Sinch SDK will not function properly.