InitSDKConfig

InitSDKConfig is a class that is responsible for initializing the SDK configuration.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun init(sdkApiKey: String, email: String? = null, phoneNumber: String? = null): ResultS1SDK<Boolean, ErrorS1SDK>

Initializes the SDK configuration to start using all the SDK features for an specific user operator. Note that you required to previously create the user operator account.

Link copied to clipboard

Checks if the SDK is initialized and have the required data.