Packagecom.myflashlab.air.extensions.adobeMobile
Classpublic class Config
InheritanceConfig Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
collectPII($contextData:ContextData = null):void
Submits a PII collection request
Config
  
Use this method to submit the advertising ID of your app to ADBMobile.
Config
Property Detail
debugLoggingproperty
debugLogging:Boolean

indicating the preference for debug log output.


Implementation
    public function get debugLogging():Boolean
    public function set debugLogging(value:Boolean):void
lifetimeValueproperty 
lifetimeValue:Number  [read-only]

Gets user's current lifetime value


Implementation
    public function get lifetimeValue():Number
privacyStatusproperty 
privacyStatus:int

Gets the privacy status which is one of the below statuses:


Implementation
    public function get privacyStatus():int
    public function set privacyStatus(value:int):void
userIdentifierproperty 
userIdentifier:String

indicating the user identifier value.


Implementation
    public function get userIdentifier():String
    public function set userIdentifier(value:String):void
Method Detail
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