TenjinSDK class

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

appendAppSubversion(int value) → void
connect() → void
eventAdImpressionAdMob(Map<String, dynamic> json) → void
eventAdImpressionAppLovin(Map<String, dynamic> json) → void
eventAdImpressionHyperBid(Map<String, dynamic> json) → void
eventAdImpressionIronSource(Map<String, dynamic> json) → void
eventAdImpressionTopOn(Map<String, dynamic> json) → void
eventAdImpressionTradPlus(Map<String, dynamic> json) → void
eventAdImpressionTradPlusAdInfo(Map<String, dynamic> json) → void
eventWithName(String name) → void
eventWithNameAndValue(String name, int value) → void
getAnalyticsInstallationId() Future<String?>
getAttributionInfo() Future<Map<String, dynamic>?>
getCustomerUserId() Future<String?>
init({required String apiKey}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optIn() → void
optInGoogleDMA() → void
optInOutUsingCMP() → void
optInParams(List<String> params) → void
optOut() → void
optOutGoogleDMA() → void
optOutParams(List<String> params) → void
registerAppForAdNetworkAttribution() → void
requestTrackingAuthorization() Future<bool>
setCacheEventSetting(bool setting) → void
setCustomerUserId(String userId) → void
setGoogleDMAParameters(bool adPersonalization, bool adUserData) → void
toString() String
A string representation of this object.
inherited
transaction(String productName, String currencyCode, double quantity, double unitPrice) → void
transactionWithReceipt({required String productId, required String currencyCode, required double unitPrice, required int quantity, String? androidPurchaseData, String? androidDataSignature, String? iosReceipt, String? iosTransactionId}) → void
updatePostbackConversionValue(int conversionValue) → void
updatePostbackConversionValueCoarseValue(int conversionValue, String coarseValue) → void
updatePostbackConversionValueCoarseValueLockWindow(int conversionValue, String coarseValue, bool lockWindow) → void

Operators

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

Static Properties

instance TenjinSDK
getter/setter pair