ApsisOneIOS_Imp class

Implemented types

Constructors

ApsisOneIOS_Imp()

Properties

hashCode int
The hash code for this object.
no setterinherited
oneConsentTypeCollectData int
no setteroverride
oneConsentTypeCollectLocation int
no setteroverride
oneLocationFrequencyHigh int
no setteroverride
oneLocationFrequencyLow int
no setteroverride
oneLocationFrequencyMedium int
no setteroverride
oneLogLevelDebug int
no setteroverride
oneLogLevelError int
no setteroverride
oneLogLevelInfo int
no setteroverride
oneLogLevelNone int
no setteroverride
oneLogLevelWarning int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contextualMessageView(String messageId) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provideConsent(int consentType) Future<void>
override
removeConsent(int consentType) Future<void>
override
setMinimumLogLevel(int level) Future<void>
override
startCollectingLocation(int frequency) Future<void>
override
stopCollectingLocation() Future<void>
override
subscribeOnConsentLost(Future handler(int consentType)) Future<void>
override
toString() String
A string representation of this object.
inherited
trackCustomEvent(String eventId, Map data) Future<void>
override
trackLocation(double latitude, double longitude, String placemarkName, String placemarAddress, int accuracy) Future<void>
override
trackScreenViewEvent(String event) Future<void>
override

Operators

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