RegisterOrganisationCallback

interface RegisterOrganisationCallback : RegistrationCallback

RegisterOrganisationCallback :

A callback used in STWAccountManager when registering a user using only the organisation ID. 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

Functions

Link copied to clipboard
abstract fun onServiceOrganizationSuccess()
A callback informing about the success of the registration using only the organisation ID.

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.
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.