Enum DataLoaderLifecycleState
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.UIGadget.dll
Enumeration for the lifecycle state of the DataLoader.
public enum DataLoaderLifecycleState
Fields
| Name | Description |
|---|---|
| Created | The created state. This state is set when the DataLoader is created. The 'OnCreate()' method of the DataLoader is called. |
| Destroyed | The destroyed state. This state is set when the DataLoader is destroyed. The 'OnDestroy()' method of the DataLoader is called. |
| Initialized | The initialized state. This state is set when the DataLoader is initialized. The constructor of the DataLoader is called. |
| Running | The running state. This state is set when the DataLoader is running. The 'Run()' method of the DataLoader is called. |