IACallbackListener class
- Inheritance
-
- Object
- IAListener
- IACallbackListener
Constructors
-
IACallbackListener({required String name, required IAOnStatusCb? onStatusCb, required ValueSetter<
IALocation> ? onLocationCb, required IAOnVenueCb? onVenueCb, required IAOnFloorplanCb? onFloorplanCb, required IAOnWayfindingRouteCb? onWayfindingRouteCb, required IAOnOrientationCb? onOrientationCb, required ValueSetter<double> ? onHeadingCb})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → UniqueKey
-
finalinherited
- name → String
-
finalinherited
- onFloorplanCb → IAOnFloorplanCb?
-
final
-
onHeadingCb
→ ValueSetter<
double> ? -
final
-
onLocationCb
→ ValueSetter<
IALocation> ? -
final
- onOrientationCb → IAOnOrientationCb?
-
final
- onStatusCb → IAOnStatusCb?
-
final
- onVenueCb → IAOnVenueCb?
-
final
- onWayfindingRouteCb → IAOnWayfindingRouteCb?
-
final
- 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
-
onFloorplan(
bool enter, IAFloorplan floorplan) → void -
override
-
onHeading(
double heading) → void -
override
-
onLocation(
IALocation position) → void -
override
-
onOrientation(
double x, double y, double z, double w) → void -
override
-
onStatus(
IAStatus status, String message) → void -
override
-
onVenue(
bool enter, IAVenue venue) → void -
override
-
onWayfindingRoute(
IARoute route, IAWayfindingRequest? request) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited