Signed-off-by: zero-cyc <chenlien@huawei.com>
Change-Id: I3e7fe2afd8d3b6e92bc272281da3bb3f7246eb92
This commit is contained in:
zero-cyc 2022-03-24 22:18:43 +08:00
parent f48ab9a90c
commit ffc5d91467
4 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2021 Huawei Device Co., Ltd. * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
@ -16,7 +16,7 @@
/** /**
* the data of the commonEvent * the data of the commonEvent
* @name CommonEventData * @name CommonEventData
* @syscap SystemCapability.Notification.commonEvent * @syscap SystemCapability.Notification.CommonEvent
* @since 7 * @since 7
* @permission N/A * @permission N/A
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2021 Huawei Device Co., Ltd. * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
@ -17,7 +17,7 @@
* containing the common event content and attributes * containing the common event content and attributes
* @name CommonEventPublishData * @name CommonEventPublishData
* @since 7 * @since 7
* @syscap SystemCapability.Notification.commonEvent * @syscap SystemCapability.Notification.CommonEvent
* @permission N/A * @permission N/A
*/ */
export interface CommonEventPublishData { export interface CommonEventPublishData {
@ -75,4 +75,4 @@ export interface CommonEventPublishData {
* @since 7 * @since 7
*/ */
parameters?: {[key: string]: any}; parameters?: {[key: string]: any};
} }

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2021 Huawei Device Co., Ltd. * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
@ -17,7 +17,7 @@
* the information of the subscriber * the information of the subscriber
* @name CommonEventSubscribeInfo * @name CommonEventSubscribeInfo
* @since 7 * @since 7
* @syscap SystemCapability.Notification.commonEvent * @syscap SystemCapability.Notification.CommonEvent
* @permission N/A * @permission N/A
*/ */
export interface CommonEventSubscribeInfo { export interface CommonEventSubscribeInfo {
@ -63,4 +63,4 @@ export interface CommonEventSubscribeInfo {
* @since 7 * @since 7
*/ */
priority?: number; priority?: number;
} }

View File

@ -19,7 +19,7 @@ import { CommonEventSubscribeInfo } from './commonEventSubscribeInfo';
* the subscriber of common event * the subscriber of common event
* @name CommonEventSubscriber * @name CommonEventSubscriber
* @since 7 * @since 7
* @syscap SystemCapability.Notification.commonEvent * @syscap SystemCapability.Notification.CommonEvent
* @permission N/A * @permission N/A
*/ */
export interface CommonEventSubscriber { export interface CommonEventSubscriber {