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
Link copied to clipboard
The user flow completed successfully.