IntentUserFlow

fun interface IntentUserFlow

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

Functions

Link copied to clipboard
abstract fun perform(    lifecycleOwner: LifecycleOwner,     mediaFrontendContext: MediaFrontendContext,     pendingIntent: PendingIntent?,     onCompletedCallback: () -> Unit)

Performs an intent user flow.