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