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");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@ -16,7 +16,7 @@
/**
* the data of the commonEvent
* @name CommonEventData
* @syscap SystemCapability.Notification.commonEvent
* @syscap SystemCapability.Notification.CommonEvent
* @since 7
* @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");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@ -17,7 +17,7 @@
* containing the common event content and attributes
* @name CommonEventPublishData
* @since 7
* @syscap SystemCapability.Notification.commonEvent
* @syscap SystemCapability.Notification.CommonEvent
* @permission N/A
*/
export interface CommonEventPublishData {

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");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@ -17,7 +17,7 @@
* the information of the subscriber
* @name CommonEventSubscribeInfo
* @since 7
* @syscap SystemCapability.Notification.commonEvent
* @syscap SystemCapability.Notification.CommonEvent
* @permission N/A
*/
export interface CommonEventSubscribeInfo {

View File

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