C G I M S T 

S

setAdvertiserId(String) - Method in class com.mobileapptracker.MobileAppTracker
Sets the MAT advertiser ID.
setAge(int) - Method in class com.mobileapptracker.MobileAppTracker
Sets the user's age.
setAllowDuplicates(boolean) - Method in class com.mobileapptracker.MobileAppTracker
Enables acceptance of duplicate installs from this device.
setAltitude(double) - Method in class com.mobileapptracker.MobileAppTracker
Sets the device altitude.
setAppAdTracking(boolean) - Method in class com.mobileapptracker.MobileAppTracker
Sets whether the app allows for ad tracking.
setCurrencyCode(String) - Method in class com.mobileapptracker.MobileAppTracker
Sets the ISO 4217 currency code.
setDebugMode(boolean) - Method in class com.mobileapptracker.MobileAppTracker
Turns debug mode on or off, under tag "MobileAppTracker".
setGender(int) - Method in class com.mobileapptracker.MobileAppTracker
Sets the user gender.
setHttpsEncryption(boolean) - Method in class com.mobileapptracker.MobileAppTracker
Sets whether to use https encryption.
setKey(String) - Method in class com.mobileapptracker.MobileAppTracker
Sets the key used for encrypting the event urls, key length needs to be either 128, 192, or 256 bits.
setLatitude(double) - Method in class com.mobileapptracker.MobileAppTracker
Sets the device latitude.
setLongitude(double) - Method in class com.mobileapptracker.MobileAppTracker
Sets the device longitude.
setMATResponse(MATResponse) - Method in class com.mobileapptracker.MobileAppTracker
Register a MATResponse interface to receive server response callback
setPackageName(String) - Method in class com.mobileapptracker.MobileAppTracker
Sets the app package name
setReferrer(String) - Method in class com.mobileapptracker.MobileAppTracker
Overrides the Google Play INSTALL_REFERRER received
setRefId(String) - Method in class com.mobileapptracker.MobileAppTracker
Sets the advertiser ref ID.
setRevenue(double) - Method in class com.mobileapptracker.MobileAppTracker
Sets the revenue amount to report on next tracking call
setSiteId(String) - Method in class com.mobileapptracker.MobileAppTracker
Sets the MAT site ID to specify which app to attribute to
setTracking(String, String, String, String, boolean) - Method in class com.mobileapptracker.MobileAppTracker
Insert referring app info into target app's content provider.
setTRUSTeId(String) - Method in class com.mobileapptracker.MobileAppTracker
Sets the TRUSTe ID, should generate via their SDK
setUseAndroidIdMd5() - Method in class com.mobileapptracker.MobileAppTracker
Enable sending ANDROID_ID as MD5 hash in request - removes raw ANDROID_ID
setUseAndroidIdSha1() - Method in class com.mobileapptracker.MobileAppTracker
Enable sending ANDROID_ID as SHA-1 hash in request - removes raw ANDROID_ID
setUseAndroidIdSha256() - Method in class com.mobileapptracker.MobileAppTracker
Enable sending ANDROID_ID as SHA-256 hash in request - removes raw ANDROID_ID
setUserId(String) - Method in class com.mobileapptracker.MobileAppTracker
Sets the custom user ID.
C G I M S T