IndoorStateListener class abstract

Allows to handle events related to Indoor state.

Constructors

IndoorStateListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onActiveLevelChanged(String activeLevelId) → void
Notifies when the current active level is changed on the active plan.
onActivePlanFocused(IndoorPlan activePlan) → void
Notifies when user view focuses on a new plan (plan is NonNull).
onActivePlanLeft() → void
Notifies when user view leaves focus on a current active plan.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited