パッケージ | com.adobe.gravity.framework |
クラス | public class BundleConstants |
継承 | BundleConstants Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
パブリックプロパティ
パブリックメソッド
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
ACTIVE : int = 0x0020 [静的]
The bundle has been started and is ready for use. | BundleConstants | ||
INSTALLED : int = 0x0002 [静的]
The bundle has been installed but not resolved or started. | BundleConstants | ||
RESOLVED : int = 0x0004 [静的]
The bundle has been installed and resolved (all dependencies have been loaded)
but has not yet been started. | BundleConstants | ||
STARTING : int = 0x0008 [静的]
The bundle is in the process of starting (start() has been called but is not complete). | BundleConstants | ||
STOPPING : int = 0x0010 [静的]
The bundle is in the process of stopping (stop() has been called but is not complete). | BundleConstants | ||
UNINSTALLED : int = 0x0001 [静的] The bundle has been uninstalled. | BundleConstants |
定数の詳細
ACTIVE | 定数 |
public static const ACTIVE:int = 0x0020
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle has been started and is ready for use.
INSTALLED | 定数 |
public static const INSTALLED:int = 0x0002
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle has been installed but not resolved or started.
RESOLVED | 定数 |
public static const RESOLVED:int = 0x0004
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle has been installed and resolved (all dependencies have been loaded) but has not yet been started.
STARTING | 定数 |
public static const STARTING:int = 0x0008
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle is in the process of starting (start() has been called but is not complete).
STOPPING | 定数 |
public static const STOPPING:int = 0x0010
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle is in the process of stopping (stop() has been called but is not complete).
UNINSTALLED | 定数 |
public static const UNINSTALLED:int = 0x0001
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle has been uninstalled. This state should never be visible; if this state is visible, a reference has been retained to a bundle after that bundle has been stopped.
Tue Jun 12 2018, 10:34 AM Z