trigger Action
fun triggerAction(actionType: String, callback: ITransmitSecurityTriggerActionEventCallback?)
Content copied to clipboard
Reports a user actionType event to the SDK. The different action types are predefined in the Account Protection server.
Parameters
callback
indicates if the call succeeded.
fun triggerAction( actionType: String, options: ActionEventOptions?, callback: ITransmitSecurityTriggerActionEventCallback?)
Content copied to clipboard
Reports a user actionType event to the SDK. The different action types are predefined in the Account Protection server.
Parameters
callback
indicates if the call succeeded.
options
object holds optional parameters for the user action.