harmony 鸿蒙NotificationSubscribeInfo (System API)

  • 2025-06-12
  • 浏览 (5)

NotificationSubscribeInfo (System API)

The NotificationSubscribeInfo module provides APIs for defining the information about the publisher for notification subscription.

NOTE

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.

The APIs provided by this module are system APIs.

NotificationSubscribeInfo

System capability: SystemCapability.Notification.Notification

System API: This is a system API and cannot be called by third-party applications.

Name Type Mandatory Description
bundleNames Array No Bundle names of the applications whose notifications are to be subscribed to.
userId number No User ID.
deviceType12+ string No Device type. The value is obtained based on device information.
slotTypes18+ Array<notificationManager.SlotType> No Types of the notification slot.
filterLimit18+ number No Notification filtering range. The options are as follows:
- 0: All notifications are subscribed.
- 1: Filter out notifications whose slot type is SOCIAL_COMMUNICATION and userInput is empty.
- 2: Filter out notifications whose slot type is SOCIAL_COMMUNICATION and userInput is not empty.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Notification Kit (User Notification Service)

harmony 鸿蒙Notification

harmony 鸿蒙Notification Error Codes

harmony 鸿蒙NotificationActionButton

harmony 鸿蒙NotificationCommonDef

harmony 鸿蒙NotificationContent (System API)

harmony 鸿蒙NotificationContent

harmony 鸿蒙NotificationFlags (System API)

harmony 鸿蒙NotificationFlags

harmony 鸿蒙NotificationRequest (System API)

0  赞