buildIntent
fun buildIntent(context: Context, misnapWorkflowStep: MiSnapWorkflowStep, vararg misnapWorkflowSteps: MiSnapWorkflowStep, disableScreenshots: Boolean = true, overrideLocale: Locale? = null): Intent
Formats an Intent for invoking this Activity.
Parameters
context
The context to use for building the Intent.
misnapWorkflowStep
A MiSnapWorkflowStep to run.
misnapWorkflowSteps
Additional MiSnapWorkflowStep to run in sequence.
disableScreenshots
Whether to disable screenshots for the activity window.
overrideLocale
An optional Locale to use in this activity. The locale is only applied if it's supported by the device.