Package | impression.events |
Class | public class LocationStatusTypes |
Inheritance | LocationStatusTypes ![]() |
Property | Defined 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 |
COMPLETE | property |
public static var COMPLETE:String = complete
All storyboards in the specified location are complete.
DEFAULT | property |
public static var DEFAULT:String
None of the storyboards in the specified location are initialized or complete.
INITIALIZED | property |
public static var INITIALIZED:String = initialized
At least one storyboard in the specified location is initialized.
NOT_AVAILABLE | property |
public static var NOT_AVAILABLE:String = not available
Information on the storyboards in the specified location is not available.
UNKNOWN | property |
public static var UNKNOWN:String
The state of the storyboards in the specified location is unknown.