Class EFLComponentBasedApplication
Definition
- Assembly:
- Tizen.Applications.ComponentBased.Default.dll
- API Level:
- 6
The basic EFL component-based application class.
C#Copypublic class EFLComponentBasedApplication : ComponentBasedApplication, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View Source
EFLComponentBasedApplication(IDictionary<Type, String>)
Initializes the ComponentBasedApplication class.
Declaration
C#Copypublic EFLComponentBasedApplication(IDictionary<Type, string> typeInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<Type, System.String> | typeInfo | The component type information. The key should be a class type of BaseComponent subclass. The value should be a component id which is declared in tizen-manifest.xml. |
API Level: 6
Methods
Declaration
C#Copyprotected override void OnExit()
Overrides
API Level: 6
Declaration
C#Copyprotected override void OnFinished()
Overrides
API Level: 6
Declaration
C#Copyprotected override void OnInit(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
Overrides
API Level: 6
Declaration
C#Copyprotected override void OnRun()
Overrides
API Level: 6
Implements
System.IDisposable