Lines Matching refs:representativeBundle
2654 publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number, callbac…
2669 | representativeBundle | string | 是 | 被代理应用的包名。 …
2709 let representativeBundle: string = "com.example.demo";
2724 notificationManager.publishAsBundle(request, representativeBundle, userId, callback);
2729 publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number): Promis…
2745 | representativeBundle | string | 是 | 被代理应用的包名。 …
2782 let representativeBundle: string = "com.example.demo";
2797 notificationManager.publishAsBundle(request, representativeBundle, userId).then(() => {
2806 publishAsBundle(representativeBundle: BundleOption, request: NotificationRequest): Promise\<void\>
2821 | representativeBundle | [BundleOption](./js-apis-inner-notification-notificationCommonDef.md#bundl…
2858 let representativeBundle: notificationManager.BundleOption = {
2873 notificationManager.publishAsBundle(representativeBundle, request).then(() => {
2882 cancelAsBundle(id: number, representativeBundle: string, userId: number, callback: AsyncCallback\<v…
2897 | representativeBundle | string | 是 | 被代理应用的包名。 |
2931 let representativeBundle: string = "com.example.demo";
2934 notificationManager.cancelAsBundle(0, representativeBundle, userId, cancelAsBundleCallback);
2939 cancelAsBundle(id: number, representativeBundle: string, userId: number): Promise\<void\>
2954 | representativeBundle | string | 是 | 被代理应用的包名。 |
2985 let representativeBundle: string = "com.example.demo";
2988 notificationManager.cancelAsBundle(0, representativeBundle, userId).then(() => {
2998 cancelAsBundle(representativeBundle: BundleOption, id: number): Promise\<void\>
3013 | representativeBundle | [BundleOption](./js-apis-inner-notification-notificationCommonDef.md#bundl…
3044 let representativeBundle: notificationManager.BundleOption = {
3047 notificationManager.cancelAsBundle(representativeBundle, 1).then(() => {
3056 cancel(representativeBundle: BundleOption, id: number): Promise\<void\>
3070 | representativeBundle | [BundleOption](./js-apis-inner-notification-notificationCommonDef.md#bundl…