harmony 鸿蒙NotificationFlags

  • 2023-06-24
  • 浏览 (226)

NotificationFlags

The NotificationFlags module implements a NotificationFlags instance.

NOTE

The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.

System capability: SystemCapability.Notification.Notification

Attributes

Name Type Mandatory Description
soundEnabled NotificationFlagStatus No Whether to enable the sound alert for the notification.
vibrationEnabled NotificationFlagStatus No Whether to enable vibration for the notification.

NotificationFlagStatus

Describes the notification flag status.

System capability: SystemCapability.Notification.Notification

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

Name Value Description
TYPE_NONE 0 The default flag is used.
TYPE_OPEN 1 The notification flag is enabled.
TYPE_CLOSE 2 The notification flag is disabled.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙APIs

harmony 鸿蒙System Common Events (To Be Deprecated Soon)

harmony 鸿蒙System Common Events

harmony 鸿蒙API Reference Document Description

harmony 鸿蒙Enterprise Device Management Overview (for System Applications Only)

harmony 鸿蒙BundleStatusCallback

harmony 鸿蒙@ohos.bundle.innerBundleManager (innerBundleManager)

harmony 鸿蒙@ohos.distributedBundle (Distributed Bundle Management)

harmony 鸿蒙@ohos.bundle (Bundle)

harmony 鸿蒙@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)

0  赞