| Tizen Native API
    7.0
    | 
Overview
| API | Description | 
|---|---|
| Provider | Provides functions for creating EFL socket window. Application developers can make a minicontrol by composing ELF objects on this socket window | 
| Viewer | Provides functions for displaying EFL socket window. Minicontrol holders calls this functions to attach minicontrols on UI area. | 
| Typedefs | |
| typedef enum _minicontrol_error | minicontrol_error_e | 
| Enumeration for describing error code of minicontrol library. | |
Typedef Documentation
| typedef enum _minicontrol_error minicontrol_error_e | 
Enumeration for describing error code of minicontrol library.
- Since :
- 5.0
Enumeration Type Documentation
| enum _minicontrol_error | 
Enumeration for describing error code of minicontrol library.
- Since :
- 5.0
- Enumerator:
| enum minicontrol_event_e | 
Enumeration for describing types of events originated by a minicontrol provider.
Events
| Event Type | Originated by | Argument 1 Key | Argument 1 Type | Argument 2 Key | Argument 2 Type | Argument 3 Key | Argument 3 Type | 
| MINICONTROL_EVENT_START | provider | minicontrol_name | string | width | integer | height | integer | 
| MINICONTROL_EVENT_STOP | provider | ||||||
| MINICONTROL_EVENT_RESIZE | provider | minicontrol_name | string | width | integer | height | integer | 
| MINICONTROL_EVENT_REQUEST_HIDE | provider | ||||||
| MINICONTROL_EVENT_REQUEST_ANGLE | provider | ||||||
| MINICONTROL_EVENT_REPORT_ANGLE | viewer | angle | string | ||||
| MINICONTROL_VIEWER_EVENT_SHOW | viewer | ||||||
| MINICONTROL_VIEWER_EVENT_HIDE | viewer | 
- Since :
- 5.0
- Enumerator:
Enumeration for types of events which will be sent by minicontrol_send_event().
- Since :
- 5.0
Enumeration for selecting target viewers.
- Since :
- 5.0
- Enumerator:
Enumeration for types of events which will be sent by minicontrol_viewer_send_event().
- Since :
- 5.0
- Enumerator: