Proximity Alert Triggered
data class ProximityAlertTriggered(traveler: User, watcher: User, distance: Int)
Content copied to clipboard
This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.
Parameters
traveler
User that triggered the alert
watcher
User that set the alert
distance
The distance between the users
Constructors
ProximityAlertTriggered
Link copied to clipboard
fun ProximityAlertTriggered(traveler: User, watcher: User, distance: Int)
Content copied to clipboard
User that triggered the alert
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard