• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NotificationSubscribeInfo
2
3Provides the information about the publisher for notification subscription.
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**System capability**: SystemCapability.Notification.Notification
10
11**System API**: This is a system API and cannot be called by third-party applications.
12
13| Name                | Type                 | Read-only| Mandatory| Description                                      |
14| -------------------- | --------------------- | ---- | --- | ------------------------------------------ |
15| bundleNames          | Array\<string>        | No | No | Bundle names of the applications whose notifications are to be subscribed to.                             |
16| userId               | number                | No | No | User ID.                                     |
17