Completed

data class Completed(val id: String) : FrameResult

Emitted when the user completes the flow. id is the resource produced by the flow.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String