• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CommonEventPublishData
2
3The **CommonEventPublishData** module provides APIs for defining common event content and attributes.
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8
9## Attributes
10
11**System capability**: SystemCapability.Notification.CommonEvent
12
13| Name                 | Type                | Readable| Writable| Description                        |
14| --------------------- | -------------------- | ---- | ---- | ---------------------------- |
15| bundleName            | string               | Yes | No | Bundle name of the subscriber that can receive the common event.|
16| code                  | number               | Yes | No | Result code of the common event.      |
17| data                  | string               | Yes | No | Custom result data of the common event.|
18| subscriberPermissions | Array\<string>       | Yes | No | Permissions required for subscribers to receive the common event.            |
19| isOrdered             | boolean              | Yes | No | Whether the common event is an ordered one.          |
20| isSticky              | boolean              | Yes | No | Whether the common event is a sticky one. Only system applications and system services are allowed to send sticky events.|
21| parameters            | {[key: string]: any} | Yes | No | Additional information about the common event.      |
22