/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-notification.md | 10 |新增|NA|模块名: ohos.notificationSubscribe<br>类名: RemoveReason<br>方法名 or 属性名:CLICK_REASON_REMOVE|@ohos.… 16 |删除|模块名: ohos.notificationManager<br>类名: RemoveReason<br>方法名 or 属性名: CLICK_REASON_REMOVE|NA|@ohos.n…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-notification.md | 10 …Subscribe<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE|@ohos.notif… 16 …onManager<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE|NA|@ohos.no…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-event-and-notification.md | 14 | ohos.notification | RemoveReason | CLICK_REASON_REMOVE = 1 …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-event-and-notification.md | 14 | ohos.notification | RemoveReason | CLICK_REASON_REMOVE = 1 …
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 58 CLICK_REASON_REMOVE = 1, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationSubscribe-sys.md | 410 …eason: notificationSubscribe.RemoveReason = notificationSubscribe.RemoveReason.CLICK_REASON_REMOVE; 470 …eason: notificationSubscribe.RemoveReason = notificationSubscribe.RemoveReason.CLICK_REASON_REMOVE; 574 …eason: notificationSubscribe.RemoveReason = notificationSubscribe.RemoveReason.CLICK_REASON_REMOVE; 676 …eason: notificationSubscribe.RemoveReason = notificationSubscribe.RemoveReason.CLICK_REASON_REMOVE; 946 | CLICK_REASON_REMOVE | 1 | 点击通知后删除通知。 |
|
H A D | js-apis-notification-sys.md | 1168 let reason: Notification.RemoveReason = Notification.RemoveReason.CLICK_REASON_REMOVE; 1210 let reason: Notification.RemoveReason = Notification.RemoveReason.CLICK_REASON_REMOVE; 1287 let reason: Notification.RemoveReason = Notification.RemoveReason.CLICK_REASON_REMOVE; 2358 | CLICK_REASON_REMOVE | 1 | 点击通知后删除通知。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationSubscribe-sys.md | 410 …eason: notificationSubscribe.RemoveReason = notificationSubscribe.RemoveReason.CLICK_REASON_REMOVE; 470 …eason: notificationSubscribe.RemoveReason = notificationSubscribe.RemoveReason.CLICK_REASON_REMOVE; 574 …eason: notificationSubscribe.RemoveReason = notificationSubscribe.RemoveReason.CLICK_REASON_REMOVE; 676 …eason: notificationSubscribe.RemoveReason = notificationSubscribe.RemoveReason.CLICK_REASON_REMOVE; 946 | CLICK_REASON_REMOVE | 1 | The notification is removed after a click on it. |
|
H A D | js-apis-notification-sys.md | 1168 let reason: Notification.RemoveReason = Notification.RemoveReason.CLICK_REASON_REMOVE; 1210 let reason: Notification.RemoveReason = Notification.RemoveReason.CLICK_REASON_REMOVE; 1287 let reason: Notification.RemoveReason = Notification.RemoveReason.CLICK_REASON_REMOVE; 2358 | CLICK_REASON_REMOVE | 1 | The notification is removed after a click on it. |
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 232 outType = static_cast<int32_t>(RemoveReason::CLICK_REASON_REMOVE); in ReasonCToJS()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 37 …SetNamedPropertyByInteger(env, obj, (int32_t)RemoveReason::CLICK_REASON_REMOVE, "CLICK_REASON_REMO… in RemoveReasonInit()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 42 |访问级别有变化|类名:RemoveReason;<br>方法or属性:CLICK_REASON_REMOVE = 1<br>旧版本信息:|类名:RemoveReason;<br>方法or属性:CL… 66 |访问级别有变化|类名:RemoveReason;<br>方法or属性:CLICK_REASON_REMOVE = 1<br>旧版本信息:|类名:RemoveReason;<br>方法or属性:CL…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 305 EXPECT_EQ(outType, static_cast<int32_t>(NotificationNapi::RemoveReason::CLICK_REASON_REMOVE));
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-notification.md | 225 |访问级别有变化|类名:RemoveReason;<br>方法or属性:CLICK_REASON_REMOVE = 1<br>旧版本信息:|类名:RemoveReason;<br>方法or属性:CL… 244 |访问级别有变化|类名:RemoveReason;<br>方法or属性:CLICK_REASON_REMOVE = 1<br>旧版本信息:|类名:RemoveReason;<br>方法or属性:CL…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 42 …ribute name: CLICK_REASON_REMOVE = 1<br>Old version information: |Class name: RemoveReason;<br>Met… 66 …ribute name: CLICK_REASON_REMOVE = 1<br>Old version information: |Class name: RemoveReason;<br>Met…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-notification.md | 173 |新增|NA|模块名: ohos.notification<br>类名: RemoveReason<br>方法名 or 属性名:CLICK_REASON_REMOVE|@ohos.notificat… 306 |新增|NA|模块名: ohos.notificationManager<br>类名: RemoveReason<br>方法名 or 属性名: CLICK_REASON_REMOVE|@ohos.n…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-notification.md | 225 …ribute name: CLICK_REASON_REMOVE = 1<br>Old version information: |Class name: RemoveReason;<br>Met… 244 …ribute name: CLICK_REASON_REMOVE = 1<br>Old version information: |Class name: RemoveReason;<br>Met…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-notification.md | 173 …ification<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE|@ohos.notif… 306 …onManager<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE|@ohos.notif…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-notification.md | 177 |新增|NA|类名:RemoveReason;<br>方法or属性:CLICK_REASON_REMOVE = 1|@ohos.notification.d.ts| 331 |新增|NA|类名:RemoveReason;<br>方法or属性:CLICK_REASON_REMOVE = 1|@ohos.notificationSubscribe.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-notification.md | 303 |新增|NA|模块名: ohos.notificationSubscribe<br>类名: RemoveReason<br>方法名 or 属性名: CLICK_REASON_REMOVE|@ohos…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-notification.md | 177 |Added|NA|Class name: RemoveReason;<br>Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.noti… 331 |Added|NA|Class name: RemoveReason;<br>Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.noti…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-notification.md | 303 …Subscribe<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE|@ohos.notif…
|