XiEventSubmiter class

Constructors

XiEventSubmiter()
factory

Properties

dioClient → Dio
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configCountryCode(String countryCode) XiEventSubmiter
configCustomerUserId(String customerUserId) XiEventSubmiter
configDebugEnable(bool debugEnable) XiEventSubmiter
configGoogleId(String googleId) XiEventSubmiter
configIDfA(String idfa) XiEventSubmiter
configPlatformName(String platformName) XiEventSubmiter
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trackAdEvent(String eventName, String platform, String placementKey, String placementId) → dynamic
trackBehaviorEvent(String eventName, Map<String, String> customInfo) → dynamic
trackFirstLaunch() Future<void>
trackIAPEvent(String eventName, String productId, double price, String currencyCode, [String? receipt, String? applePassword]) → dynamic
trackLoginEvent() Future<void>

Operators

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