TSIdo
Identity Orchestration user API
Functions
Link copied to clipboard
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).
fun initializeSDK( context: Context, clientId: String, options: TSIdoInitOptions)
Content copied to clipboard
Initializes the Identity Orchestration SDK.
Link copied to clipboard
fun startJourney( journeyId: String, options: TSIdoStartJourneyOptions?, callback: TSIdoCallback<TSIdoServiceResponse>)
Content copied to clipboard
Starts a Journey with a given id.
Link copied to clipboard
fun <DATA_TYPE> submitClientResponse( clientResponseOptionId: String, data: DATA_TYPE?, callback: TSIdoCallback<TSIdoServiceResponse>)
Content copied to clipboard
This method will submit client input to the Journey step to process.