Adjust class

Constructors

Adjust()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

addGlobalCallbackParameter(String key, String value) → void
addGlobalPartnerParameter(String key, String value) → void
disable() → void
enable() → void
gdprForgetMe() → void
getAdid() Future<String?>
getAmazonAdId() Future<String?>
getAppTrackingAuthorizationStatus() Future<int>
getAttribution() Future<AdjustAttribution>
getGoogleAdId() Future<String?>
getIdfa() Future<String?>
getIdfv() Future<String?>
getSdkVersion() Future<String>
initSdk(AdjustConfig config) → void
isEnabled() Future<bool>
onPause() → void
onResume() → void
removeGlobalCallbackParameter(String key) → void
removeGlobalCallbackParameters() → void
removeGlobalPartnerParameter(String key) → void
removeGlobalPartnerParameters() → void
requestAppTrackingAuthorization() Future<num>
setPushToken(String token) → void
setTestOptions(dynamic testOptions) → void
switchBackToOnlineMode() → void
switchToOfflineMode() → void
trackAdRevenue(AdjustAdRevenue adRevenue) → void
trackAppStoreSubscription(AdjustAppStoreSubscription subscription) → void
trackEvent(AdjustEvent event) → void
trackMeasurementConsent(bool measurementConsent) → void
trackPlayStoreSubscription(AdjustPlayStoreSubscription subscription) → void
trackThirdPartySharing(AdjustThirdPartySharing thirdPartySharing) → void
updateSkanConversionValue(int conversionValue, String coarseValue, bool lockWindow) Future<String?>
verifyAndTrackAppStorePurchase(AdjustEvent event) Future<AdjustPurchaseVerificationResult?>
verifyAndTrackPlayStorePurchase(AdjustEvent event) Future<AdjustPurchaseVerificationResult?>
verifyAppStorePurchase(AdjustAppStorePurchase purchase) Future<AdjustPurchaseVerificationResult?>
verifyPlayStorePurchase(AdjustPlayStorePurchase purchase) Future<AdjustPurchaseVerificationResult?>