ProximityAlertTriggered

data class ProximityAlertTriggered(traveler: User, watcher: User, distance: Meters) : CommonEvent

This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.

Constructors

ProximityAlertTriggered
Link copied to clipboard
common
fun ProximityAlertTriggered(traveler: User, watcher: User, distance: Meters)

Properties

distance
Link copied to clipboard
common
val distance: Meters
traveler
Link copied to clipboard
common
val traveler: User
watcher
Link copied to clipboard
common
val watcher: User