Home
last modified time | relevance | path

Searched refs:isRemoveAllowed (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-ans.md3 ## cl.ans.1 Permission Change of isRemoveAllowed
11 Permission control is required for the **isRemoveAllowed** attribute of notifications.
16 To use the **isRemoveAllowed** attribute, you must first apply for **ohos.permission.SET_UNREMOVABL…
28 isRemoveAllowed (ohos.permission.SET_UNREMOVABLE_NOTIFICATION)
33 …ermission.SET_UNREMOVABLE_NOTIFICATION** permission before using the **isRemoveAllowed** attribute.
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-ans.md3 ## cl.ans.1 事件通知子系统isRemoveAllowed权限变更
11 通知的isRemoveAllowed属性即不可移除属性,需要进行权限管控。
16 使用isRemoveAllowed属性时,开发者需提前申请ohos.permission.SET_UNREMOVABLE_NOTIFICATION
28 isRemoveAllowed增加权限ohos.permission.SET_UNREMOVABLE_NOTIFICATION
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-inner-notification-notificationRequest-sys.md19 | isRemoveAllowed<sup>8+</sup> | boolean | 否 …
/ohos5.0/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/util/
H A DNotificationUtil.ts93 isRemoveAllowed: false,
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-inner-notification-notificationRequest-sys.md19 | isRemoveAllowed<sup>8+</sup> | boolean | No …
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp1042 bool isRemoveAllowed = true; in GetNotificationIsRemoveAllowed() local
1052 napi_get_value_bool(env, result, &isRemoveAllowed); in GetNotificationIsRemoveAllowed()
1053 request.SetRemoveAllowed(isRemoveAllowed); in GetNotificationIsRemoveAllowed()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-notification.md205 …名:NotificationRequest;<br>方法or属性:isRemoveAllowed?: boolean;<br>旧版本信息:|类名:NotificationRequest;<br>方…
250 …tificationRequest;<br>方法or属性:readonly isRemoveAllowed?: boolean;|类名:NotificationRequest;<br>方法or属性…
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1229 void SetRemoveAllowed(bool isRemoveAllowed);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1577 bool isRemoveAllowed = true; in GetNotificationIsRemoveAllowed() local
1587 napi_get_value_bool(env, result, &isRemoveAllowed); in GetNotificationIsRemoveAllowed()
1588 request.SetRemoveAllowed(isRemoveAllowed); in GetNotificationIsRemoveAllowed()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-notification.md370 …名:NotificationRequest;<br>方法or属性:isRemoveAllowed?: boolean;<br>旧版本信息:|类名:NotificationRequest;<br>方…
413 …tificationRequest;<br>方法or属性:readonly isRemoveAllowed?: boolean;|类名:NotificationRequest;<br>方法or属性…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp1841 void NotificationRequest::SetRemoveAllowed(bool isRemoveAllowed) in SetRemoveAllowed() argument
1843 isRemoveAllowed_ = isRemoveAllowed; in SetRemoveAllowed()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-notification.md205 …ute name: isRemoveAllowed?: boolean;<br>Old version information: |Class name: NotificationRequest;…
250 …ttribute name: readonly isRemoveAllowed?: boolean;|Class name: NotificationRequest;<br>Method or a…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-notification.md370 …ute name: isRemoveAllowed?: boolean;<br>Old version information: |Class name: NotificationRequest;…
413 …ttribute name: readonly isRemoveAllowed?: boolean;|Class name: NotificationRequest;<br>Method or a…