FailoverFragment

A prebuilt screen for displaying feedback to the user after the session has timed out.

Supports customization through buildWorkflowSettings, buildFragmentArguments, nav graph arguments, and XML overrides.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class WorkflowSettings @JvmOverloads constructor(@LayoutRes val headerLayoutId: Int? = null, val handleOrientation: Boolean? = null, val maxReasons: Int? = null, val minReasonPercentage: Int? = null)

Describes the available settings for this fragment.