RegistrationCallback

interface RegistrationCallback : STWCallback<T>

RegistrationCallback :

A callback to be used in STWAccountManager when registering a user for the first time. Possible errors can be sent back in OnError method. In onSuccess you will be notified by the login type and additional data regarding the user email...etc

See also

Types

Link copied to clipboard
annotation class LoginType
login types

Functions

Link copied to clipboard
abstract fun onServiceConfigurationSuccess()
a callback informing about the success of the step of service configuration
Link copied to clipboard
abstract fun onSuccess(loginType: Int, @NonNull registerInfo: RegisterInfo)
a callback informing about the login type please see LoginType with additional data regarding the email of the subscriber.

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.

Inheritors

Link copied to clipboard