Property | Defined By | ||
---|---|---|---|
debugLogging : Boolean
indicating the preference for debug log output. | Config | ||
lifetimeValue : Number [read-only]
Gets user's current lifetime value
| Config | ||
privacyStatus : int
Gets the privacy status which is one of the below statuses:
MobilePrivacyStatus.STATUS_OPT_IN
MobilePrivacyStatus.STATUS_OPT_OUT
MobilePrivacyStatus.STATUS_UNKNOWN
| Config | ||
userIdentifier : String
indicating the user identifier value. | Config |
Method | Defined By | ||
---|---|---|---|
collectPII($contextData:ContextData = null):void
Submits a PII collection request
| Config | ||
submitAdvertisingIdentifierTask($adId:String):void
Use this method to submit the advertising ID of your app to ADBMobile. | Config |
debugLogging | property |
debugLogging:Boolean
indicating the preference for debug log output.
public function get debugLogging():Boolean
public function set debugLogging(value:Boolean):void
lifetimeValue | property |
lifetimeValue:Number
[read-only] Gets user's current lifetime value
public function get lifetimeValue():Number
privacyStatus | property |
privacyStatus:int
Gets the privacy status which is one of the below statuses:
public function get privacyStatus():int
public function set privacyStatus(value:int):void
userIdentifier | property |
userIdentifier:String
indicating the user identifier value.
public function get userIdentifier():String
public function set userIdentifier(value:String):void
collectPII | () | method |
public function collectPII($contextData:ContextData = null):void
Submits a PII collection request
Parameters
$contextData:ContextData (default = null ) — containing PII data
|
submitAdvertisingIdentifierTask | () | method |
public function submitAdvertisingIdentifierTask($adId:String):void
Use this method to submit the advertising ID of your app to ADBMobile. You should get the adId of your app using the UDID ANE: https://github.com/myflashlab/UDID-ANE/
Parameters
$adId:String |