Packagecom.distriqt.extension.idfa.events
Classpublic class IDFAEvent
InheritanceIDFAEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  identifier : String
The advertising identifier An alphanumeric string unique to each device, used only for serving advertisements.
IDFAEvent
  isLimitAdTrackingEnabled : Boolean = false
A Boolean value that indicates whether the user has limited ad tracking.
IDFAEvent
Public Methods
 MethodDefined By
  
IDFAEvent(type:String, identifier:String, isLimitAdTrackingEnabled:Boolean, bubbles:Boolean = false, cancelable:Boolean = false)
IDFAEvent
  
clone():Event
[override]
IDFAEvent
Public Constants
 ConstantDefined By
  COMPLETE : String = idfa:complete
[static]
IDFAEvent
  ERROR : String = idfa:error
[static]
IDFAEvent
Property Detail
identifierproperty
public var identifier:String

The advertising identifier An alphanumeric string unique to each device, used only for serving advertisements. Note: when ad tracking is limited, the value of the advertising identifier may be 00000000-0000-0000-0000-000000000000.

isLimitAdTrackingEnabledproperty 
public var isLimitAdTrackingEnabled:Boolean = false

A Boolean value that indicates whether the user has limited ad tracking. If this value is true then the identifier should only be used for limited ad tracking reasons, for example: frequency capping, attribution, conversion events, estimating the number of unique users, advertising fraud detection, and debugging. See:

Constructor Detail
IDFAEvent()Constructor
public function IDFAEvent(type:String, identifier:String, isLimitAdTrackingEnabled:Boolean, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
identifier:String
 
isLimitAdTrackingEnabled:Boolean
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = idfa:complete

ERRORConstant 
public static const ERROR:String = idfa:error