UserFlowResult

@IviExperimental(reasons = [])
sealed class UserFlowResult

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

Inheritors

Types

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

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

Link copied to clipboard

The user flow completed successfully.