TSIdo

object TSIdo

Identity Orchestration user API

Functions

Link copied to clipboard
fun initializeSDK(context: Context)

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)

Initializes the Identity Orchestration SDK.

Link copied to clipboard
fun startJourney(    journeyId: String,     options: TSIdoStartJourneyOptions?,     callback: TSIdoCallback<TSIdoServiceResponse>)

Starts a Journey with a given id.

Link copied to clipboard
fun <DATA_TYPE> submitClientResponse(    clientResponseOptionId: String,     data: DATA_TYPE?,     callback: TSIdoCallback<TSIdoServiceResponse>)

This method will submit client input to the Journey step to process.