ProximityAlertTriggered

final case class ProximityAlertTriggered(traveler: User, watcher: User, distance: Int)

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

Value parameters:
distance

The distance between the users

traveler

User that triggered the alert

watcher

User that set the alert

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product