diff --git a/api/@ohos.commonEvent.d.ts b/api/@ohos.commonEvent.d.ts index 7826cee6e691d4e4e8911b0753292a2952b7a738..7b732362cceebaf3c654dc8fe95ae392e1e2d122 100644 --- a/api/@ohos.commonEvent.d.ts +++ b/api/@ohos.commonEvent.d.ts @@ -966,6 +966,13 @@ declare namespace commonEvent { * @since 9 */ COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE" + + /** + * Indicate the action of a common event that the spn display information has been updated. + * This common event can be triggered only by system. + * @since 9 + */ + COMMON_EVENT_SPN_INFO_CHANGED = "usual.event.SPN_INFO_CHANGED" } }