AndroidChannelHypertrack class

A subclass of HypertrackPlatformInterface for Android overriding.

Inheritance

Constructors

AndroidChannelHypertrack(MethodChannel _methodChannel, EventChannel _eventChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
isRunningStatus Stream<bool>
no setterinherited
onTrackingStateChanged Stream<TrackingStateChange>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addGeotag(dynamic data, dynamic expectedLocation) → dynamic
UnimplementedError for addGeotag method.
override
allowMockLocations(dynamic allow) → dynamic
UnimplementedError for allowMockLocations method.
override
enableDebugLogging() → void
getDeviceId() Future<String>
Returns string that uniquely identifies device in HyperTrack platform.
override
initialize(String publishableKey) Future<HyperTrack>
override
isRunning() Future<bool>
UnimplementedError for isRunning method.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDeviceMetadata(dynamic data) → dynamic
UnimplementedError for setDeviceMetadata method.
override
setDeviceName(String data) → void
UnimplementedError for setDeviceName method.
override
startTracking() → dynamic
UnimplementedError for startTracking method.
override
stopTracking() → dynamic
UnimplementedError for stopTracking method.
override
syncDeviceSettings() → dynamic
This method checks with HyperTrack cloud whether to start or stop tracking.
override
toString() String
A string representation of this object.
inherited

Operators

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