ApsisOneIOS_Imp class

Implemented types

Constructors

ApsisOneIOS_Imp()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
oneConsentTypeCollectData int
read-onlyoverride
oneConsentTypeCollectLocation int
read-onlyoverride
oneLocationFrequencyHigh int
read-onlyoverride
oneLocationFrequencyLow int
read-onlyoverride
oneLocationFrequencyMedium int
read-onlyoverride
oneLogLevelDebug int
read-onlyoverride
oneLogLevelError int
read-onlyoverride
oneLogLevelInfo int
read-onlyoverride
oneLogLevelNone int
read-onlyoverride
oneLogLevelWarning int
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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