startJourney

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

Starts a Journey with a given id.

Parameters

journeyId

Journey Identifier in the Transmit Security Admin Console.

options

Additional parameters to be passed to the journey.

callback

The callback that will be invoked when the TSIdoServiceResponse is received.