• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CommonEventData
2
3**System capability**: SystemCapability.Notification.CommonEvent
4
5| Name      | Type                | Readable| Writable| Description                                                   |
6| ---------- |-------------------- | ---- | ---- |  ------------------------------------------------------- |
7| event      | string               | Yes | No | Name of the common event that is being received.                             |
8| bundleName | string               | Yes | No | Bundle name.                                             |
9| code       | number               | Yes | No | Result code of the common event, which is used to transfer data of the int type.          |
10| data       | string               | Yes | No | Custom result data of the common event, which is used to transfer data of the string type.|
11| parameters | {[key: string]: any} | Yes | No | Additional information about the common event.                                 |
12