checkConfService

open fun <R : RegistrationCallback?> checkConfService(    @NonNull context: Context,     @NonNull phoneNumber: String,     @NonNull companyId: String,     @Nullable callback: R)

To check the configuration service

See also

Parameters

context

Context: The application context.

phoneNumber

String:The phone number in international format

companyId

String:The organisation id

callback

RegistrationCallback:A callback to inform about the login type RegistrationCallback.LoginType.Possible errors may be returned please see STWAccountError