initialize SDK
fun initializeSDK( context: Context, clientId: String, options: TSIdoInitOptions)
Content copied to clipboard
Initializes the Identity Orchestration SDK.
Parameters
context
is the Application Context.
client Id
is your Identity Orchestration client identifier.
options
Additional environment configuration for the SDK operation.
Initializes the Identity Orchestration SDK. Client ID, base url and application id values are fetched from app's string resources (transmit_security_client_id, transmit_security_base_url and transmit_security_app_id).
Parameters
context
is the Application Context.