ApsisOneFlutter class abstract
- Implementers
Constructors
- ApsisOneFlutter()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- oneConsentTypeCollectData → int
-
no setter
- oneConsentTypeCollectLocation → int
-
no setter
- oneLocationFrequencyHigh → int
-
no setter
- oneLocationFrequencyLow → int
-
no setter
- oneLocationFrequencyMedium → int
-
no setter
- oneLogLevelDebug → int
-
no setter
- oneLogLevelError → int
-
no setter
- oneLogLevelInfo → int
-
no setter
- oneLogLevelNone → int
-
no setter
- oneLogLevelWarning → int
-
no setter
- 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
-
provideConsent(
int consentType) → Future< void> -
removeConsent(
int consentType) → Future< void> -
setMinimumLogLevel(
int level) → Future< void> -
startCollectingLocation(
int frequency) → Future< void> -
stopCollectingLocation(
) → Future< void> -
subscribeOnConsentLost(
Future handler(int consentType)) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
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>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited