Alert

io.github.positionpal.location.domain.Alert
enum Alert

The possible alerts that can be triggered during a MonitorableTracking session while monitoring the user's route to a destination.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Late extends Alert

Indicates that the user is late and didn't reach the destination at the expected time, possibly indicating a delay or a dangerous situation.

Indicates that the user is late and didn't reach the destination at the expected time, possibly indicating a delay or a dangerous situation.

Attributes

case Offline extends Alert

Indicates that the user went offline on their current route, possibly indicating a dangerous or unexpected situation.

Indicates that the user went offline on their current route, possibly indicating a dangerous or unexpected situation.

Attributes

case Stuck extends Alert

Indicates that the user appears to be stuck on their current route, possibly indicating a dangerous or unexpected situation.

Indicates that the user appears to be stuck on their current route, possibly indicating a dangerous or unexpected situation.

Attributes