MethodChannelBluedotPointSdk class

An implementation of BluedotPointSdkPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allowsBackgroundLocationUpdates(bool value) → void
androidStartGeoTriggering(String? channelId, String? channelName, String? title, String? content, int? notificationId) Future<void>
androidStartTempoTracking(String destinationId, String channelId, String channelName, String title, String content, int? notificationId) Future<void>
getInstallRef() Future<String>
getSDKVersion() Future<String>
getZonesAndFences() Future
initialize(String projectId) Future<void>
iOSStartGeoTriggering(String? notificationTitle, String? notificationButtonText) Future<void>
iOSStartTempoTracking(String destinationId) Future<void>
isGeoTriggeringRunning() Future<bool>
isInitialized() Future<bool>
isTempoRunning() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Future<void>
setCustomEventMetaData(Map<String, String> metadata) Future<void>
setNotificationIdResourceId(int resourceId) → void
setZoneDisableByApplication(String zoneId, bool disable) → void
stopGeoTriggering() Future<void>
stopTempoTracking() Future<void>
toString() String
A string representation of this object.
inherited
unimplementedError() Future<void>
inherited

Operators

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