PathProximityEvent

data class PathProximityEvent(    val itemIdentifier: String,     val distanceThreshold: Double,     val onFulfill: () -> Unit) : SubscriptionEvent

Constructors

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

Properties

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