Namespace Tizen.Applications.ComponentBased
Classes
ComponentInfo
Provides methods and properties to retrieve information about a component in a Tizen application. This class encapsulates details such as component ID, application ID, and other attributes.
ComponentManager
This class has the methods and events of the ComponentManager.
ComponentPort
The component port API provides functions to send and receive requests between components of component-based-application.
ComponentRunningContext
Represents the context of a running component, providing methods and properties to retrieve information about the component's state and behavior.
ComponentTask
Provides a task class for the ComponentPort class. This is a convenience class to manage ComponentPort communication in a separate thread.
RequestEventArgs
The arguments for the event raised when the request is received.
Enums
ComponentRunningContext.ComponentState
Represents the possible states of a component.
ComponentType
Enumeration for component type.