PluginMappintelligence class

Constructors

PluginMappintelligence()

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

platformVersion Future<String?>
no setter

Static Methods

build() Future<void>
disposeWebview() Future<void>
enableCrashTracking(ExceptionType value) Future<String?>
getCurrentConfig() Future<Map>
getEverID() Future<String>
getTrackIdsAndDomain() Future<Map?>
initialize(List<String> trackIds, String trackDomain) Future<String?>
optIn() Future<void>
optOutAndSendCurrentData(bool value) Future<void>
raiseUncaughtException() Future<void>
reset() Future<String>
sendAndCleanData() Future<String>
setAnonymousTracking(bool anonymousTracking, List<String> params, [bool? generateNewEverId = false]) Future<void>
setBatchSupportEnabledWithSize(bool isEnabled, int size) Future<String?>
setEverId(String everId) Future<String>
setIdsAndDomain(List<String> trackIds, String trackDomain) Future<void>
setLogLevel(LogLevel logLevel) Future<String?>
setRequestInterval(int intervalSize) Future<String?>
setRequestPerQueue(int requestNumber) Future<String?>
setSendAppVersionInEveryRequest(bool value) Future<String?>
setTemporarySessionId(String temporarySessionId) Future<String>
setUserMatchingEnabled(bool enabled) Future<String>
trackAction(ActionEvent actionEvent) Future<void>
trackError(Map<String, String> userInfo, String domain, int code) Future<void>
trackExceptionWithNameAndMessage(String exceptionName, String exceptionMessage) Future<void>
trackMedia(MediaEvent mediaEvent) Future<void>
trackPage(String customName, [Map<String, String>? trackingParameters]) Future<void>
trackPageWithCustomData(PageViewEvent? pageViewEvent, [String? customName]) Future<void>
trackUrl(String urlString, String? mediaCode) Future<void>
trackWebview(double? x, double? y, double? width, double? height, String urlString) Future<void>