Packageimpression.events
Classpublic class LocationStatusTypes
InheritanceLocationStatusTypes Inheritance Object

The LocationStatusTypes class provides static constants for the status property of a LocationStatusRequestEvent.



Public Properties
 PropertyDefined By
  COMPLETE : String = complete
[static] All storyboards in the specified location are complete.
LocationStatusTypes
  DEFAULT : String
[static] None of the storyboards in the specified location are initialized or complete.
LocationStatusTypes
  INITIALIZED : String = initialized
[static] At least one storyboard in the specified location is initialized.
LocationStatusTypes
  NOT_AVAILABLE : String = not available
[static] Information on the storyboards in the specified location is not available.
LocationStatusTypes
  UNKNOWN : String
[static] The state of the storyboards in the specified location is unknown.
LocationStatusTypes
Property Detail
COMPLETEproperty
public static var COMPLETE:String = complete

All storyboards in the specified location are complete.

DEFAULTproperty 
public static var DEFAULT:String

None of the storyboards in the specified location are initialized or complete.

INITIALIZEDproperty 
public static var INITIALIZED:String = initialized

At least one storyboard in the specified location is initialized.

NOT_AVAILABLEproperty 
public static var NOT_AVAILABLE:String = not available

Information on the storyboards in the specified location is not available.

UNKNOWNproperty 
public static var UNKNOWN:String

The state of the storyboards in the specified location is unknown.