harmony 鸿蒙HiAppEvent_AppEventInfo
HiAppEvent_AppEventInfo
Overview
Defines information about a single event, including the event domain, event name, event type, and custom parameter list in JSON string format.
System capability: SystemCapability.HiviewDFX.HiAppEvent
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 | A list of custom parameters in JSON string format. |
Member Variable Description
domain
const char* HiAppEvent_AppEventInfo::domain
Description Pointer to the event domain.
name
const char* HiAppEvent_AppEventInfo::name
Description Pointer to the event name.
params
const char* HiAppEvent_AppEventInfo::params
Description A list of custom parameters in JSON string format.
type
enum EventType HiAppEvent_AppEventInfo::type
Description Event type.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙HiAppEvent_AppEventGroup
harmony 鸿蒙HiCollie_DetectionParam
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦