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

addSessionCallbackParameter(String key, String value) → void
addSessionPartnerParameter(String key, String value) → void
appWillOpenUrl(String url) → void
checkForNewAttStatus() → void
disableThirdPartySharing() → 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>
isEnabled() Future<bool>
onPause() → void
onResume() → void
removeSessionCallbackParameter(String key) → void
removeSessionPartnerParameter(String key) → void
requestTrackingAuthorizationWithCompletionHandler() Future<num>
resetSessionCallbackParameters() → void
resetSessionPartnerParameters() → void
sendFirstPackages() → void
setEnabled(bool isEnabled) → void
setOfflineMode(bool isOffline) → void
setPushToken(String token) → void
setReferrer(String referrer) → void
setTestOptions(dynamic testOptions) → void
start(AdjustConfig config) → void
trackAdRevenue(String source, String payload) → void
trackAdRevenueNew(AdjustAdRevenue adRevenue) → void
trackAppStoreSubscription(AdjustAppStoreSubscription subscription) → void
trackEvent(AdjustEvent event) → void
trackMeasurementConsent(bool measurementConsent) → void
trackPlayStoreSubscription(AdjustPlayStoreSubscription subscription) → void
trackThirdPartySharing(AdjustThirdPartySharing thirdPartySharing) → void
updateConversionValue(int conversionValue) → void
updateConversionValueWithErrorCallback(int conversionValue) Future<String?>
updateConversionValueWithErrorCallbackSkad4(int conversionValue, String coarseValue, bool lockWindow) Future<String?>
verifyAppStorePurchase(AdjustAppStorePurchase purchase) Future<AdjustPurchaseVerificationInfo?>
verifyPlayStorePurchase(AdjustPlayStorePurchase purchase) Future<AdjustPurchaseVerificationInfo?>