Interface ILoaderFactory
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.UIGadget.dll
An interface that make the DataLoader object.
public interface ILoaderFactory
Methods
View SourceCreateInstance(string, bool)
Creates a new DataLoader instance.
Declaration
DataLoader CreateInstance(string name, bool autoClose)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Unique identifier for the loader instance |
| bool | autoClose | Whether to automatically close the loader after execution |
Returns
| Type | Description |
|---|---|
| DataLoader | A new DataLoader instance |