AttributionSdk class

An implementation of AttributionFlutterPlatform that uses method channels.

Inheritance

Constructors

AttributionSdk()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enableAttributionListener() → void
override
enableIpListener() → void
override
enableLog() → void
override
getAttributionInfo() Future<Map<String, dynamic>?>
override
initSdk(String accountId, String devToken, String appleStoreId, {String? metaAppId, String? appsFlyerAppId, String? appsFlyerDevKey}) → void
override
launch() → void
override
logEvent(String eventType, [Map<String, dynamic>? extras]) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAccountId(String accountId) → void
override
setClipboardInfo(String clipboardInfo) → void
override
setDeviceId(String deviceId) → void
override
setGaid(String gaid) → void
override
setPackageSource(String packageSource) → void
override
setSdkCallback(SdkCallback? callback) → void
override
setUserInfo(Map<String, dynamic> userInfo) → void
override
setWaitForAccountId(bool waitForAccountId) → void
override
setWaitForDeviceId(bool waitForDeviceId) → void
override
toString() String
A string representation of this object.
inherited
trackAppReEngagement(String deeplinkInfo) → void
override

Operators

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