ApsisOne class

Constructors

ApsisOne()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

apsisOne ApsisOneFlutter
getter/setter pair
oneRouteObserver ONERouteObserver
getter/setter pair

Static Methods

consentTypeFromNative(int nativeConsentType) ONEConsentType
contextualMessageView(String messageId) Widget
getNativeConsentType(ONEConsentType consentType) int
getNativeFrequency(ONELocationFrequency frequency) int
getNativeLogLevel(ONELogLevel level) int
provideConsent(ONEConsentType consentType) Future<void>
removeConsent(ONEConsentType consentType) Future<void>
setMinimumLogLevel(ONELogLevel level) Future<void>
startCollectingLocation(ONELocationFrequency frequency) Future<void>
stopCollectingLocation() Future<void>
subscribeOnConsentLost(Future handler(ONEConsentType consentType)) Future<void>
trackCustomEvent(String eventId, Map data) Future<void>
trackLocation(double latitude, double longitude, String placemarkName, String placemarAddress, int accuracy) Future<void>
trackScreenViewEvent(String event) Future<void>