PianoAnalyticsPluginPlatform class
abstract
Inheritance
Object
PlatformInterface
PianoAnalyticsPluginPlatform
Implementers
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
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
piano_analytics_plugin 0.0.9