1# NotificationCommonDef 2 3> **NOTE** 4> 5> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version. 6 7## BundleOption 8 9Provides the bundle information of an application. 10 11**System capability**: SystemCapability.Notification.Notification 12 13| Name | Type | Read-only| Mandatory| Description | 14| ------ | ------ | ---- | ---- | ------ | 15| bundle | string | No | Yes| Bundle information of the application.| 16| uid | number | No | No| User ID.| 17