SectionProximityEvent

data class SectionProximityEvent(    val sectionIdentifier: String,     val distanceThreshold: Double,     val onFulfill: () -> Unit) : SubscriptionEvent

Constructors

Link copied to clipboard
fun SectionProximityEvent(    sectionIdentifier: String,     distanceThreshold: Double,     onFulfill: () -> Unit)

Properties

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