EnterSectionEvent

data class EnterSectionEvent(val sectionIdentifier: String, val onFulfill: () -> Unit) : SubscriptionEvent

Constructors

Link copied to clipboard
fun EnterSectionEvent(sectionIdentifier: String, onFulfill: () -> Unit)

Properties

Link copied to clipboard
open override val onFulfill: () -> Unit
Link copied to clipboard
val sectionIdentifier: String