PianoAnalyticsPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PianoAnalyticsPluginPlatform
Implementers

Constructors

PianoAnalyticsPluginPlatform()
Constructs a PianoAnalyticsPluginPlatform.

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
sendEvent({required String eventName, required Map<String, dynamic> data}) Future<void>
Sets the current eventName, which specifies the current visual context in your app.
setConfiguration({required String collectDomain, required int site, String? path, String? customUserAgent, bool crashDetection = true, int sessionBackgroundDuration = 30, bool ignoreLimitedAdvertisingTracking = false, bool sendEventWhenOptout = true, PrivacyDefaultMode privacyDefaultMode = PrivacyDefaultMode.optin, OfflineEncryptionMode offlineEncryptionMode = OfflineEncryptionMode.force, OfflineStorageMode offlineStorageMode = OfflineStorageMode.required, int storageLifetimePrivacy = 395, int storageLifetimeUser = 395, int storageLifetimeVisitor = 395, VisitorStorageMode visitorStorageMode = VisitorStorageMode.fixed, VisitorIdTypeMode visitorIdTypeMode = VisitorIdTypeMode.uuid, String? visitorId}) Future<void>
Sets the collectDomain and site, which specifies configuration in your app. Configuration documentation https://developers.atinternet-solutions.com/piano-analytics/data-collection/sdks/ios-swift#configuration
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance PianoAnalyticsPluginPlatform
The default instance of PianoAnalyticsPluginPlatform to use.
getter/setter pair