MethodChannelPianoAnalyticsPlugin class
An implementation of PianoAnalyticsPluginPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- PianoAnalyticsPluginPlatform
- MethodChannelPianoAnalyticsPlugin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- 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> -
Used to send event with name and data for this event.
override
-
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> -
Used to configure your app with piano analytics configuration.
Documentation :
https://developers.atinternet-solutions.com/piano-analytics/data-collection/sdks/android-java
override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited