Section Proximity Event
data class SectionProximityEvent( val sectionIdentifier: String, val distanceThreshold: Double, val onFulfill: () -> Unit) : SubscriptionEvent
Content copied to clipboard
Constructors
Link copied to clipboard
fun SectionProximityEvent( sectionIdentifier: String, distanceThreshold: Double, onFulfill: () -> Unit)
Content copied to clipboard