1# CommonEventPublishData 2 3**System capability**: SystemCapability.Notification.CommonEvent 4 5| Name | Type | Readable| Writable| Description | 6| --------------------- | -------------------- | ---- | ---- | ---------------------------- | 7| bundleName | string | Yes | No | Bundle name. | 8| code | number | Yes | No | Result code of the common event. | 9| data | string | Yes | No | Custom result data of the common event.| 10| subscriberPermissions | Array\<string> | Yes | No | Permissions required for subscribers to receive the common event. | 11| isOrdered | boolean | Yes | No | Whether the common event is an ordered one. | 12| isSticky | boolean | Yes | No | Whether the common event is a sticky one. Only system applications and system services are allowed to send sticky events.| 13| parameters | {[key: string]: any} | Yes | No | Additional information about the common event. | 14