UserFlowResult

@IviExperimental(reasons = [])
sealed class UserFlowResult

A result returned by an user flow. Can be used to notify the user.

Types

Link copied to clipboard
data class Error(val message: StringResolver, val icon: DrawableResolver? = null) : UserFlowResult

An error result of a user flow. message and optional icon can be used to show the error description to the user.

Link copied to clipboard

The user flow completed successfully.

Inheritors

Link copied to clipboard
Link copied to clipboard