Signed-off-by: kirby <zhangruiming4@huawei.com>
This commit is contained in:
kirby
2026-02-09 11:43:15 +08:00
parent 9c01420574
commit f99611526a
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ public class CommonEventManager {
return ()
}
public init() {
init() {
super()
}
}
@@ -1067,7 +1067,7 @@ public class Support {
]
public static const COMMON_EVENT_CONNECTIVITY_CHANGE: String = "usual.event.CONNECTIVITY_CHANGE"
public init() {
init() {
super()
}
}
@@ -38,6 +38,7 @@ public import ohos.value_type.CommonEventValueType
syscap: "SystemCapability.Notification.CommonEvent"
]
public class CommonEventManager {
init() {}
/**
* Publishes a common event.
*
+1
View File
@@ -27,6 +27,7 @@ import ohos.labels.APILevel
syscap: "SystemCapability.Notification.CommonEvent"
]
public class Support {
init() {}
/**
* This commonEvent means when the device is booted or system upgrade completed, and only be sent by system.
* This API can be called only by system applications.