IntentUserFlow

@IviExperimental(reasons = [])
fun interface IntentUserFlow

A user flow performed when the source provides an Intent to launch an external flow.

Functions

Link copied to clipboard
abstract suspend fun perform(mediaFrontendContext: MediaFrontendContext, pendingIntent: PendingIntent?): UserFlowResult

Performs an intent user flow.