HiAppEvent_AppEventInfo
typedef struct HiAppEvent_AppEventInfo {...} HiAppEvent_AppEventInfo
Overview
Defines a struct for the information about a single event, including the domain, name, type, and custom parameter list in JSON string format.
Since: 12
Related module: HiAppEvent
Header file: hiappevent.h
Summary
Member Variables
| Name | Description |
|---|---|
| const char* domain | Pointer to the event domain. |
| const char* name | Pointer to the event name. |
| enum EventType type | Event type. |
| const char* params | Event parameter list in JSON format. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apis-hiviewdfx-FaultLogExtensionAbility
openharmony 鸿蒙 errorcode-hisysevent-sys
openharmony 鸿蒙 capi-hitrace-hitraceid
openharmony 鸿蒙 capi-hidebug-hidebug-threadcpuusage
openharmony 鸿蒙 js-apis-loglibrary-sys
openharmony 鸿蒙 capi-hiappevent-h