提交 62d9fd26 编写于 作者: G Gloria

Update docs against 19436+19487

Signed-off-by: wusongqing<wusongqing@huawei.com>
上级 b6b238d6
......@@ -12,7 +12,6 @@
- [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [Distributed hardware subsystem](js-apidiff-distributed-hardware.md)
- [File management subsystem](js-apidiff-file-management.md)
- [Location subsystem](js-apidiff-geolocation.md)
- [Globalization subsystem](js-apidiff-global.md)
- [Graphic subsystem](js-apidiff-graphic.md)
- [Misc services subsystem](js-apidiff-misc.md)
......
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Error code added|NA|Class name: Config<br>Method or attribute name: get(): Promise\<T>;<br>Error code: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|NA|Class name: Config<br>Method or attribute name: get(callback: AsyncCallback\<T>): void;<br>Error code: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|NA|Class name: Config<br>Method or attribute name: off(callback?: Callback\<T>): void;<br>Error code: 202|@ohos.accessibility.config.d.ts|
|Deprecated version changed|Class name: accessibility;<br>Method or attribute name: function getAbilityLists(abilityType: AbilityType, stateType: AbilityState): Promise\<Array\<AccessibilityAbilityInfo>>;;<br>Old version information: |Class name: accessibility;<br>Method or attribute name: function getAbilityLists(abilityType: AbilityType, stateType: AbilityState): Promise\<Array\<AccessibilityAbilityInfo>>;;<br>New version information: 9;<br>Substitute API: ohos.accessibility#getAccessibilityExtensionList|@ohos.accessibility.d.ts|
|Deprecated version changed|Class name: accessibility;<br>Method or attribute name: function sendEvent(event: EventInfo): Promise\<void>;;<br>Old version information: |Class name: accessibility;<br>Method or attribute name: function sendEvent(event: EventInfo): Promise\<void>;;<br>New version information: 9;<br>Substitute API: ohos.accessibility#sendAccessibilityEvent|@ohos.accessibility.d.ts|
|Error code added|Class name: Config;<br>Method or attribute name: get(): Promise\<T>;;<br>Old version information: |Class name: Config;<br>Method or attribute name: get(): Promise\<T>;;<br>New version information: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|Class name: Config;<br>Method or attribute name: get(callback: AsyncCallback\<T>): void;;<br>Old version information: |Class name: Config;<br>Method or attribute name: get(callback: AsyncCallback\<T>): void;;<br>New version information: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|Class name: Config;<br>Method or attribute name: off(callback?: Callback\<T>): void;<br>Old version information: |Class name: Config;<br>Method or attribute name: off(callback?: Callback\<T>): void;<br>New version information: 202|@ohos.accessibility.config.d.ts|
|Error code added|Class name: AccessibilityElement;<br>Method or attribute name: attributeValue\<T extends keyof ElementAttributeValues>(<br> attributeName: T,<br> callback: AsyncCallback\<ElementAttributeValues[T]><br> ): void;;<br>Old version information: |Class name: AccessibilityElement;<br>Method or attribute name: attributeValue\<T extends keyof ElementAttributeValues>(<br> attributeName: T,<br> callback: AsyncCallback\<ElementAttributeValues[T]><br> ): void;;<br>New version information: 401, 9300004|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function enableAbility(<br/> name: string,<br/> capability: Array\<accessibility.Capability>,<br/> callback: AsyncCallback\<void><br/> ): void;<br/>Old version information: 201,401, 9300001,9300002|Class name: config;<br>Method or attribute name: function enableAbility(<br/> name: string,<br/> capability: Array\<accessibility.Capability>,<br/> callback: AsyncCallback\<void><br/> ): void;<br>New version information: 201, 202, 401, 9300001, 9300002|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function enableAbility(name: string, capability: Array\<accessibility.Capability>): Promise\<void>;;<br>Old version information: 201,401, 9300001,9300002|Class name: config;<br>Method or attribute name: function enableAbility(name: string, capability: Array\<accessibility.Capability>): Promise\<void>;;<br>New version information: 201, 202, 401, 9300001, 9300002|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function disableAbility(name: string, callback: AsyncCallback\<void>): void;;<br>Old version information: 201,401, 9300001|Class name: config;<br>Method or attribute name: function disableAbility(name: string, callback: AsyncCallback\<void>): void;;<br>New version information: 201, 202, 401, 9300001|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function disableAbility(name: string): Promise\<void>;;<br>Old version information: 201,401, 9300001|Class name: config;<br>Method or attribute name: function disableAbility(name: string): Promise\<void>;;<br>New version information: 201, 202, 401, 9300001|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\<void>): void;;<br>Old version information: 401|Class name: config;<br>Method or attribute name: function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\<void>): void;;<br>New version information: 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\<void>): void;;<br>Old version information: 401|Class name: config;<br>Method or attribute name: function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\<void>): void;;<br>New version information: 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: Config;<br>Method or attribute name: set(value: T, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401|Class name: Config;<br>Method or attribute name: set(value: T, callback: AsyncCallback\<void>): void;<br>New version information: 201, 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: Config;<br>Method or attribute name: set(value: T): Promise\<void>;;<br>Old version information: 201,401|Class name: Config;<br>Method or attribute name: set(value: T): Promise\<void>;;<br>New version information: 201, 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: Config;<br>Method or attribute name: on(callback: Callback\<T>): void;;<br>Old version information: 401|Class name: Config;<br>Method or attribute name: on(callback: Callback\<T>): void;;<br>New version information: 201, 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\<AccessibilityElement>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(isAccessibilityFocus?: boolean): Promise\<AccessibilityElement>;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(isAccessibilityFocus?: boolean): Promise\<AccessibilityElement>;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(displayId?: number): Promise\<Array\<AccessibilityElement>>;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(displayId?: number): Promise\<Array\<AccessibilityElement>>;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(callback: AsyncCallback\<Array\<AccessibilityElement>>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(callback: AsyncCallback\<Array\<AccessibilityElement>>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(displayId: number, callback: AsyncCallback\<Array\<AccessibilityElement>>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(displayId: number, callback: AsyncCallback\<Array\<AccessibilityElement>>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
......@@ -80,78 +80,6 @@
|Access level changed|Class name: DomainPlugin<br>Access level: public API|Class name: DomainPlugin<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: DomainAccountManager<br>Access level: public API|Class name: DomainAccountManager<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: UserIdentityManager<br>Access level: public API|Class name: UserIdentityManager<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: GetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyRequest<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>Access level: public API|Class name: GetPropertyRequest<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: key: SetPropertyType;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: key: SetPropertyType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: setInfo: Uint8Array;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: setInfo: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: result: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: result: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: remainTimes?: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: remainTimes?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: freezingTime?: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: freezingTime?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: token?: Uint8Array;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: token?: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: remainTimes?: number;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: remainTimes?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: freezingTime?: number;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: freezingTime?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: credType: AuthType;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: credType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: credSubType: AuthSubType;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: credSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: token: Uint8Array;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: token: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: RequestResult<br>Method or attribute name: credentialId?: Uint8Array;<br>Access level: public API|Class name: RequestResult<br>Method or attribute name: credentialId?: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: credentialId: Uint8Array;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: credentialId: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: templateId: Uint8Array;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: templateId: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: AUTH_SUB_TYPE = 1<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: AUTH_SUB_TYPE = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: REMAIN_TIMES = 2<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: REMAIN_TIMES = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: FREEZING_TIME = 3<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: FREEZING_TIME = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyType<br>Method or attribute name: INIT_ALGORITHM = 1<br>Access level: public API|Class name: SetPropertyType<br>Method or attribute name: INIT_ALGORITHM = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: PIN = 1<br>Access level: public API|Class name: AuthType<br>Method or attribute name: PIN = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: FACE = 2<br>Access level: public API|Class name: AuthType<br>Method or attribute name: FACE = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: DOMAIN = 1024<br>Access level: public API|Class name: AuthType<br>Method or attribute name: DOMAIN = 1024<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_SIX = 10000<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_SIX = 10000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_NUMBER = 10001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_NUMBER = 10001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_MIXED = 10002<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_MIXED = 10002<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: FACE_2D = 20000<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: FACE_2D = 20000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: FACE_3D = 20001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: FACE_3D = 20001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL1 = 10000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL1 = 10000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL2 = 20000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL2 = 20000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL3 = 30000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL3 = 30000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL4 = 40000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL4 = 40000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: Module<br>Method or attribute name: FACE_AUTH = 1<br>Access level: public API|Class name: Module<br>Method or attribute name: FACE_AUTH = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: SUCCESS = 0<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: SUCCESS = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: FAIL = 1<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: FAIL = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: GENERAL_ERROR = 2<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: GENERAL_ERROR = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: CANCELED = 3<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: CANCELED = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TIMEOUT = 4<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TIMEOUT = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: BUSY = 7<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: BUSY = 7<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: LOCKED = 9<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: LOCKED = 9<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: NOT_ENROLLED = 10<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: NOT_ENROLLED = 10<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_GOOD = 0<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_GOOD = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Access level: public API|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Access level: public API|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: constructor();<br>Error code: 202|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getVersion(): number;<br>Error code: 202|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: PINAuth<br>Method or attribute name: constructor();<br>Error code: 202|@ohos.account.osAccount.d.ts|
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static count(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static count(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static countReset(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static countReset(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static dir(dir?: Object): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static dir(dir?: Object): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static dirxml(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static dirxml(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static group(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static group(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static groupEnd(): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static groupEnd(): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static table(tableData?: Object): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static table(tableData?: Object): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static time(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static time(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static timeEnd(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static timeEnd(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static trace(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static trace(...arguments: Object[]): void;|global.d.ts|
|Initial version changed|Class name: LRUCache<br>Method or attribute name: keys(): K[];<br>Initial version: N/A|Class name: LRUCache<br>Method or attribute name: keys(): K[];<br>Initial version: 9|@ohos.util.d.ts|
|Initial version changed|Class name: WorkerEventListener<br>Method or attribute name: (event: Event): void \| Promise\<void>;<br>Initial version: 9|Class name: WorkerEventListener<br>Method or attribute name: (event: Event): void \| Promise\<void>;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: WorkerEventTarget<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: WorkerEventTarget<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onexit?: (code: number) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onexit?: (code: number) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onmessage?: (event: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onmessage?: (event: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onmessageerror?: (event: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onmessageerror?: (event: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: on(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: on(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: once(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: once(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: off(type: string, listener?: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: off(type: string, listener?: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Function changed|Class name: RationalNumber<br>Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber​;<br>|Class name: RationalNumber<br>Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber;<br>|@ohos.util.d.ts|
......@@ -128,166 +128,13 @@
|Added|NA|Module name: ohos.data.UDMF<br>Class name: ApplicationDefinedRecord<br>Method or attribute name: applicationDefinedType: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: ApplicationDefinedRecord<br>Method or attribute name: rawData: Uint8Array;|@ohos.data.UDMF.d.ts|
|Deleted|Module name: ohos.data.relationalStore<br>Class name: relationalStore<br>Method or attribute name: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|NA|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(entries: Entry[]): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: putBatch(entries: Entry[]): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array\<ValuesBucket>): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array\<ValuesBucket>): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: delete(key: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: delete(key: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: delete(key: string): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: delete(key: string): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: deleteBatch(keys: string[]): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: deleteBatch(keys: string[]): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: startTransaction(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: startTransaction(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: startTransaction(): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: startTransaction(): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: preferences<br>Initial version: 9|Class name: preferences<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: const MAX_KEY_LENGTH: 80;<br>Initial version: N/A|Class name: preferences<br>Method or attribute name: const MAX_KEY_LENGTH: 80;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: const MAX_VALUE_LENGTH: 8192;<br>Initial version: N/A|Class name: preferences<br>Method or attribute name: const MAX_VALUE_LENGTH: 8192;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function getPreferences(context: Context, name: string): Promise\<Preferences>;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function getPreferences(context: Context, name: string): Promise\<Preferences>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function deletePreferences(context: Context, name: string): Promise\<void>;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function deletePreferences(context: Context, name: string): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function removePreferencesFromCache(context: Context, name: string): Promise\<void>;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function removePreferencesFromCache(context: Context, name: string): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Initial version: 9|Class name: Preferences<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: get(key: string, defValue: ValueType): Promise\<ValueType>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: get(key: string, defValue: ValueType): Promise\<ValueType>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: getAll(callback: AsyncCallback\<Object>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: getAll(callback: AsyncCallback\<Object>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: getAll(): Promise\<Object>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: getAll(): Promise\<Object>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: has(key: string, callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: has(key: string, callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: has(key: string): Promise\<boolean>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: has(key: string): Promise\<boolean>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: put(key: string, value: ValueType): Promise\<void>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: put(key: string, value: ValueType): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: delete(key: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: delete(key: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: delete(key: string): Promise\<void>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: delete(key: string): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: clear(): Promise\<void>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: clear(): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: flush(): Promise\<void>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: flush(): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: on(type: 'change', callback: Callback\<{ key: string }>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: on(type: 'change', callback: Callback\<{ key: string }>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ key: string }>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ key: string }>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: relationalStore<br>Initial version: 9|Class name: relationalStore<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: StoreConfig<br>Initial version: 9|Class name: StoreConfig<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: StoreConfig<br>Method or attribute name: name: string;<br>Initial version: 9|Class name: StoreConfig<br>Method or attribute name: name: string;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: SyncMode<br>Initial version: 9|Class name: SyncMode<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PUSH = 0<br>Initial version: 9|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PUSH = 0<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PULL = 1<br>Initial version: 9|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PULL = 1<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Initial version: 9|Class name: RdbPredicates<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: beginWrap(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: beginWrap(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: endWrap(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: endWrap(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: or(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: or(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: and(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: and(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: contains(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: contains(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: isNull(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: isNull(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: isNotNull(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: isNotNull(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: like(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: like(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: glob(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: glob(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: orderByAsc(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: orderByAsc(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: orderByDesc(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: orderByDesc(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: distinct(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: distinct(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: limitAs(value: number): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: limitAs(value: number): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: groupBy(fields: Array\<string>): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: groupBy(fields: Array\<string>): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: indexedBy(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: indexedBy(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: in(field: string, value: Array\<ValueType>): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: in(field: string, value: Array\<ValueType>): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Initial version: 9|Class name: ResultSet<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: columnNames: Array\<string>;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: columnNames: Array\<string>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: columnCount: number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: columnCount: number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: rowCount: number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: rowCount: number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: rowIndex: number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: rowIndex: number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isAtFirstRow: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isAtFirstRow: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isAtLastRow: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isAtLastRow: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isEnded: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isEnded: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isStarted: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isStarted: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isClosed: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isClosed: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getColumnIndex(columnName: string): number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getColumnIndex(columnName: string): number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getColumnName(columnIndex: number): string;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getColumnName(columnIndex: number): string;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goTo(offset: number): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goTo(offset: number): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToRow(position: number): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToRow(position: number): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToFirstRow(): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToFirstRow(): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToLastRow(): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToLastRow(): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToNextRow(): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToNextRow(): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToPreviousRow(): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToPreviousRow(): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getString(columnIndex: number): string;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getString(columnIndex: number): string;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getLong(columnIndex: number): number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getLong(columnIndex: number): number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getDouble(columnIndex: number): number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getDouble(columnIndex: number): number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: close(): void;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: close(): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Initial version: 9|Class name: RdbStore<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: beginTransaction(): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: beginTransaction(): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: commit(): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: commit(): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: rollBack(): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: rollBack(): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: backup(destName: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: backup(destName: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: backup(destName: string): Promise\<void>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: backup(destName: string): Promise\<void>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: restore(srcName: string): Promise\<void>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: restore(srcName: string): Promise\<void>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>Initial version: 9|Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>Initial version: 9|Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>Initial version: 9|Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Permission added|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Permission: N/A|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
|Permission added|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Permission: N/A|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: dataShare<br>Method or attribute name: function createDataShareHelper(context: Context, uri: string): Promise\<DataShareHelper>;<br>|Class name: dataShare<br>Method or attribute name: function createDataShareHelper(<br> context: Context,<br> uri: string,<br> option?: DataShareHelperOption<br> ): Promise\<DataShareHelper>;<br>|@ohos.data.dataShare.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|Class name: RdbStore<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, callback: AsyncCallback\<void>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;<br>insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;<br/>insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br/>update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br/>update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br/>query(predicates: RdbPredicates, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br/>querySql(sql: string, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br/>executeSql(sql: string, callback: AsyncCallback\<void>): void;<br>|@ohos.data.relationalStore.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Permission added|Class name: GeoAddress<br>Method or attribute name: latitude?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: latitude?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: longitude?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: longitude?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: locale?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: locale?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: placeName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: placeName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: countryCode?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: countryCode?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: countryName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: countryName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: locality?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: locality?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subLocality?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subLocality?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: roadName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: roadName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: premises?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: premises?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: postalCode?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: postalCode?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: latitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: latitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: longitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: longitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: altitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: altitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: accuracy: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: accuracy: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: speed: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: speed: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: timeStamp: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: timeStamp: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: direction: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: direction: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: timeSinceBoot: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: timeSinceBoot: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: additions?: Array\<string>;<br>Permission: N/A|Class name: Location<br>Method or attribute name: additions?: Array\<string>;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: additionSize?: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: additionSize?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: INPUT_PARAMS_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: INPUT_PARAMS_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: GEOCODE_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: GEOCODE_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATOR_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATOR_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
......@@ -17,156 +17,3 @@
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getRawFileList(path: string, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getRawFileList(path: string): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: System<br>Initial version: 9|Class name: System<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getSystemLanguage(): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getSystemLanguage(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static setSystemLanguage(language: string): void;<br>Initial version: N/A|Class name: System<br>Method or attribute name: static setSystemLanguage(language: string): void;<br>Initial version: 9|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getSystemRegion(): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getSystemRegion(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getSystemLocale(): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getSystemLocale(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static is24HourClock(): boolean;<br>Initial version: 9|Class name: System<br>Method or attribute name: static is24HourClock(): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: I18NUtil<br>Initial version: 9|Class name: I18NUtil<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: I18NUtil<br>Method or attribute name: static getDateOrder(locale: string): string;<br>Initial version: 9|Class name: I18NUtil<br>Method or attribute name: static getDateOrder(locale: string): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: i18n<br>Method or attribute name: function getCalendar(locale: string, type?: string): Calendar;<br>Initial version: 8|Class name: i18n<br>Method or attribute name: function getCalendar(locale: string, type?: string): Calendar;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setTime(date: Date): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setTime(date: Date): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setTime(time: number): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setTime(time: number): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setTimeZone(timezone: string): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setTimeZone(timezone: string): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: getTimeZone(): string;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: getTimeZone(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: getFirstDayOfWeek(): number;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: getFirstDayOfWeek(): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setFirstDayOfWeek(value: number): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setFirstDayOfWeek(value: number): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: getMinimalDaysInFirstWeek(): number;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: getMinimalDaysInFirstWeek(): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: get(field: string): number;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: get(field: string): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: isWeekend(date?: Date): boolean;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: isWeekend(date?: Date): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: i18n<br>Method or attribute name: function isRTL(locale: string): boolean;<br>Initial version: 7|Class name: i18n<br>Method or attribute name: function isRTL(locale: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Initial version: 9|Class name: Unicode<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isDigit(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isDigit(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isSpaceChar(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isSpaceChar(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isWhitespace(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isWhitespace(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isRTL(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isRTL(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isIdeograph(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isIdeograph(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isLetter(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isLetter(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isLowerCase(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isLowerCase(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isUpperCase(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isUpperCase(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static getType(char: string): string;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static getType(char: string): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: i18n<br>Method or attribute name: function getTimeZone(zoneID?: string): TimeZone;<br>Initial version: 7|Class name: i18n<br>Method or attribute name: function getTimeZone(zoneID?: string): TimeZone;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Initial version: 7|Class name: TimeZone<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Method or attribute name: getID(): string;<br>Initial version: 7|Class name: TimeZone<br>Method or attribute name: getID(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Method or attribute name: getRawOffset(): number;<br>Initial version: 7|Class name: TimeZone<br>Method or attribute name: getRawOffset(): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Method or attribute name: getOffset(date?: number): number;<br>Initial version: 7|Class name: TimeZone<br>Method or attribute name: getOffset(date?: number): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Method or attribute name: static getAvailableIDs(): Array\<string>;<br>Initial version: 9|Class name: TimeZone<br>Method or attribute name: static getAvailableIDs(): Array\<string>;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: intl<br>Initial version: 6|Class name: intl<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: LocaleOptions<br>Initial version: 6|Class name: LocaleOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Initial version: 6|Class name: Locale<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: Locale<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: constructor(locale: string, options?: LocaleOptions);<br>Initial version: 6|Class name: Locale<br>Method or attribute name: constructor(locale: string, options?: LocaleOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: toString(): string;<br>Initial version: 6|Class name: Locale<br>Method or attribute name: toString(): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: maximize(): Locale;<br>Initial version: 6|Class name: Locale<br>Method or attribute name: maximize(): Locale;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: minimize(): Locale;<br>Initial version: 6|Class name: Locale<br>Method or attribute name: minimize(): Locale;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeOptions<br>Initial version: 6|Class name: DateTimeOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Initial version: 6|Class name: DateTimeFormat<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: DateTimeFormat<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: DateTimeOptions);<br>Initial version: 6|Class name: DateTimeFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: DateTimeOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: format(date: Date): string;<br>Initial version: 6|Class name: DateTimeFormat<br>Method or attribute name: format(date: Date): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: formatRange(startDate: Date, endDate: Date): string;<br>Initial version: 6|Class name: DateTimeFormat<br>Method or attribute name: formatRange(startDate: Date, endDate: Date): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: resolvedOptions(): DateTimeOptions;<br>Initial version: 6|Class name: DateTimeFormat<br>Method or attribute name: resolvedOptions(): DateTimeOptions;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberOptions<br>Initial version: 6|Class name: NumberOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Initial version: 6|Class name: NumberFormat<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: NumberFormat<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: NumberOptions);<br>Initial version: 6|Class name: NumberFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: NumberOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Method or attribute name: format(number: number): string;<br>Initial version: 6|Class name: NumberFormat<br>Method or attribute name: format(number: number): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Method or attribute name: resolvedOptions(): NumberOptions;<br>Initial version: 6|Class name: NumberFormat<br>Method or attribute name: resolvedOptions(): NumberOptions;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: CollatorOptions<br>Initial version: 8|Class name: CollatorOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Initial version: 8|Class name: Collator<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: Collator<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: CollatorOptions);<br>Initial version: 8|Class name: Collator<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: CollatorOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Method or attribute name: compare(first: string, second: string): number;<br>Initial version: 8|Class name: Collator<br>Method or attribute name: compare(first: string, second: string): number;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Method or attribute name: resolvedOptions(): CollatorOptions;<br>Initial version: 8|Class name: Collator<br>Method or attribute name: resolvedOptions(): CollatorOptions;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRulesOptions<br>Initial version: 8|Class name: PluralRulesOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRules<br>Initial version: 8|Class name: PluralRules<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRules<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: PluralRules<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRules<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: PluralRulesOptions);<br>Initial version: 8|Class name: PluralRules<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: PluralRulesOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRules<br>Method or attribute name: select(n: number): string;<br>Initial version: 8|Class name: PluralRules<br>Method or attribute name: select(n: number): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatInputOptions<br>Initial version: 8|Class name: RelativeTimeFormatInputOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: locale: string;<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: locale: string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: style: string;<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: style: string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: numeric: string;<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: numeric: string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: numberingSystem: string;<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: numberingSystem: string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Initial version: 8|Class name: RelativeTimeFormat<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: RelativeTimeFormatInputOptions);<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: RelativeTimeFormatInputOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: format(value: number, unit: string): string;<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: format(value: number, unit: string): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: formatToParts(value: number, unit: string): Array\<object>;<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: formatToParts(value: number, unit: string): Array\<object>;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: resourceManager<br>Initial version: 6|Class name: resourceManager<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Direction<br>Initial version: 6|Class name: Direction<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Direction<br>Method or attribute name: DIRECTION_VERTICAL = 0<br>Initial version: 6|Class name: Direction<br>Method or attribute name: DIRECTION_VERTICAL = 0<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Direction<br>Method or attribute name: DIRECTION_HORIZONTAL = 1<br>Initial version: 6|Class name: Direction<br>Method or attribute name: DIRECTION_HORIZONTAL = 1<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Initial version: 6|Class name: DeviceType<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_PHONE = 0x00<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_PHONE = 0x00<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_TABLET = 0x01<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_TABLET = 0x01<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_CAR = 0x02<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_CAR = 0x02<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_PC = 0x03<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_PC = 0x03<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_TV = 0x04<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_TV = 0x04<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_WEARABLE = 0x06<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_WEARABLE = 0x06<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Initial version: 6|Class name: ScreenDensity<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_SDPI = 120<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_SDPI = 120<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_MDPI = 160<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_MDPI = 160<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_LDPI = 240<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_LDPI = 240<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XLDPI = 320<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XLDPI = 320<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XXLDPI = 480<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XXLDPI = 480<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XXXLDPI = 640<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XXXLDPI = 640<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Configuration<br>Initial version: 6|Class name: Configuration<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceCapability<br>Initial version: 6|Class name: DeviceCapability<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Initial version: 6|Class name: ResourceManager<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>Initial version: 6|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(): Promise\<DeviceCapability>;<br>Initial version: 6|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(): Promise\<DeviceCapability>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>Initial version: 6|Class name: ResourceManager<br>Method or attribute name: getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getConfiguration(): Promise\<Configuration>;<br>Initial version: 6|Class name: ResourceManager<br>Method or attribute name: getConfiguration(): Promise\<Configuration>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string): Promise\<Array\<string>>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string): Promise\<Array\<string>>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string): Promise\<Uint8Array>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string): Promise\<Uint8Array>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringSync(resId: number): string;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringSync(resId: number): string;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringSync(resource: Resource): string;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringSync(resource: Resource): string;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringByNameSync(resName: string): string;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringByNameSync(resName: string): string;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getBoolean(resId: number): boolean;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getBoolean(resId: number): boolean;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getBoolean(resource: Resource): boolean;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getBoolean(resource: Resource): boolean;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getBooleanByName(resName: string): boolean;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getBooleanByName(resName: string): boolean;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getNumber(resId: number): number;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getNumber(resId: number): number;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getNumber(resource: Resource): number;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getNumber(resource: Resource): number;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getNumberByName(resName: string): number;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getNumberByName(resName: string): number;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: release();<br>Initial version: 7|Class name: ResourceManager<br>Method or attribute name: release();<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number): Promise\<Array\<string>>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number): Promise\<Array\<string>>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number): Promise\<Uint8Array>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number): Promise\<Uint8Array>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string): Promise\<Uint8Array>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string): Promise\<Uint8Array>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string): Promise\<RawFileDescriptor>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string): Promise\<RawFileDescriptor>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\<void>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string): Promise\<void>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string): Promise\<void>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
......@@ -157,125 +157,6 @@
|Added|NA|Class name: wallpaper<br>Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function on(<br><br> type: 'wallpaperChange',<br><br> callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void<br><br> ): void;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function off(<br><br> type: 'wallpaperChange',<br><br> callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void<br><br> ): void;|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.inputMethod.d.ts|
|Initial version changed|Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;<br>Initial version: 9|Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;<br>Initial version: 10|@ohos.inputMethod.d.ts|
|Initial version changed|Class name: request<br>Initial version: N/A|Class name: request<br>Initial version: 6|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const NETWORK_MOBILE: number;<br>Initial version: 6|Class name: request<br>Method or attribute name: const NETWORK_MOBILE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const NETWORK_WIFI: number;<br>Initial version: 6|Class name: request<br>Method or attribute name: const NETWORK_WIFI: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_CANNOT_RESUME: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_CANNOT_RESUME: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_DEVICE_NOT_FOUND: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_DEVICE_NOT_FOUND: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_FILE_ALREADY_EXISTS: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_FILE_ALREADY_EXISTS: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_FILE_ERROR: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_FILE_ERROR: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_HTTP_DATA_ERROR: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_HTTP_DATA_ERROR: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_INSUFFICIENT_SPACE: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_INSUFFICIENT_SPACE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_TOO_MANY_REDIRECTS: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_TOO_MANY_REDIRECTS: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_UNHANDLED_HTTP_CODE: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_UNHANDLED_HTTP_CODE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_UNKNOWN: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_UNKNOWN: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_OFFLINE: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const ERROR_OFFLINE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_QUEUED_FOR_WIFI: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const PAUSED_QUEUED_FOR_WIFI: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_WAITING_FOR_NETWORK: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const PAUSED_WAITING_FOR_NETWORK: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_WAITING_TO_RETRY: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const PAUSED_WAITING_TO_RETRY: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_BY_USER: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const PAUSED_BY_USER: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_UNKNOWN: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const PAUSED_UNKNOWN: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_SUCCESSFUL: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_SUCCESSFUL: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_RUNNING: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_RUNNING: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_PENDING: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_PENDING: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_PAUSED: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_PAUSED: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_FAILED: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_FAILED: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Initial version: 9|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;<br>Initial version: 9|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Initial version: 9|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;<br>Initial version: 9|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Initial version: 6|Class name: DownloadConfig<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: url: string;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: url: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: header?: Object;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: header?: Object;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: enableMetered?: boolean;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: enableMetered?: boolean;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: enableRoaming?: boolean;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: enableRoaming?: boolean;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: description?: string;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: description?: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: networkType?: number;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: networkType?: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: filePath?: string;<br>Initial version: 7|Class name: DownloadConfig<br>Method or attribute name: filePath?: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: title?: string;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: title?: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;<br>Initial version: 9|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Initial version: 7|Class name: DownloadInfo<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: description: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: description: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: downloadedBytes: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: downloadedBytes: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: downloadId: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: downloadId: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: failedReason: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: failedReason: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: fileName: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: fileName: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: filePath: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: filePath: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: pausedReason: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: pausedReason: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: status: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: status: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: targetURI: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: targetURI: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: downloadTitle: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: downloadTitle: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: downloadTotalBytes: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: downloadTotalBytes: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Initial version: 6|Class name: DownloadTask<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;<br>Initial version: 6|Class name: DownloadTask<br>Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;<br>Initial version: 6|Class name: DownloadTask<br>Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: delete(): Promise\<boolean>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: delete(): Promise\<boolean>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: suspend(): Promise\<boolean>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: suspend(): Promise\<boolean>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: restore(): Promise\<boolean>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: restore(): Promise\<boolean>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(): Promise\<string>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(): Promise\<string>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Initial version: 6|Class name: File<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Method or attribute name: filename: string;<br>Initial version: 6|Class name: File<br>Method or attribute name: filename: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Method or attribute name: name: string;<br>Initial version: 6|Class name: File<br>Method or attribute name: name: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Method or attribute name: uri: string;<br>Initial version: 6|Class name: File<br>Method or attribute name: uri: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Method or attribute name: type: string;<br>Initial version: 6|Class name: File<br>Method or attribute name: type: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: RequestData<br>Initial version: 6|Class name: RequestData<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: RequestData<br>Method or attribute name: name: string;<br>Initial version: 6|Class name: RequestData<br>Method or attribute name: name: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: RequestData<br>Method or attribute name: value: string;<br>Initial version: 6|Class name: RequestData<br>Method or attribute name: value: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Initial version: 6|Class name: UploadConfig<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: url: string;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: url: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: header: Object;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: header: Object;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: method: string;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: method: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: files: Array\<File>;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: files: Array\<File>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: data: Array\<RequestData>;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: data: Array\<RequestData>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: TaskState<br>Initial version: 9|Class name: TaskState<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: TaskState<br>Method or attribute name: path: string;<br>Initial version: 9|Class name: TaskState<br>Method or attribute name: path: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: TaskState<br>Method or attribute name: responseCode: number;<br>Initial version: 9|Class name: TaskState<br>Method or attribute name: responseCode: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: TaskState<br>Method or attribute name: message: string;<br>Initial version: 9|Class name: TaskState<br>Method or attribute name: message: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Initial version: 6|Class name: UploadTask<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;<br>Initial version: 6|Class name: UploadTask<br>Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;<br>Initial version: 6|Class name: UploadTask<br>Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;<br>Initial version: 7|Class name: UploadTask<br>Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;<br>Initial version: 7|Class name: UploadTask<br>Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: UploadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: delete(): Promise\<boolean>;<br>Initial version: 9|Class name: UploadTask<br>Method or attribute name: delete(): Promise\<boolean>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadResponse<br>Initial version: N/A|Class name: UploadResponse<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: DownloadResponse<br>Initial version: N/A|Class name: DownloadResponse<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: OnDownloadCompleteResponse<br>Initial version: N/A|Class name: OnDownloadCompleteResponse<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: RequestFile<br>Initial version: N/A|Class name: RequestFile<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: RequestData<br>Initial version: N/A|Class name: RequestData<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: UploadRequestOptions<br>Initial version: N/A|Class name: UploadRequestOptions<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: DownloadRequestOptions<br>Initial version: N/A|Class name: DownloadRequestOptions<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: OnDownloadCompleteOptions<br>Initial version: N/A|Class name: OnDownloadCompleteOptions<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: Request<br>Initial version: N/A|Class name: Request<br>Initial version: 3|@system.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;<br>Permission: N/A|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: screenLock<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|Permission added|Class name: screenLock<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|Permission added|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
......
......@@ -21,10 +21,3 @@
|Added|NA|Module name: ohos.multimodalInput.shortKey<br>Class name: shortKey<br>Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.shortKey.d.ts|
|Added|NA|Module name: ohos.multimodalInput.shortKey<br>Class name: shortKey<br>Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number): Promise\<void>;|@ohos.multimodalInput.shortKey.d.ts|
|Deleted|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: KeyOptions<br>Initial version: N/A|Class name: KeyOptions<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: preKeys: Array\<number>;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: preKeys: Array\<number>;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: finalKey: number;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: finalKey: number;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: isFinalKeyDown: boolean;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: isFinalKeyDown: boolean;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: finalKeyDownDuration: number;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: finalKeyDownDuration: number;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Permission added|Class name: TouchEventReceiver<br>Permission: N/A|Class name: TouchEventReceiver<br>Permission: ohos.permission.INPUT_MONITORING|@ohos.multimodalInput.inputMonitor.d.ts|
|SysCap changed|Class name: inputDeviceCooperate<br>SysCap:N/A|Class name: inputDeviceCooperate<br>SysCap:SystemCapability.MultimodalInput.Input.Cooperator|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
......@@ -129,9 +129,10 @@
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: release(): Promise\<void>;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: on(type: 'audioInterrupt', callback: Callback\<audio.InterruptEvent>): void;|ringtonePlayer.d.ts|
|Access level changed|Class name: VolumeEvent<br>Access level: public API|Class name: VolumeEvent<br>Access level: system API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br>Method or attribute name: volumeGroupId: number;<br>Access level: system API|Class name: VolumeEvent<br>Method or attribute name: volumeGroupId: number;<br>Access level: public API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br>Method or attribute name: networkId: string;<br>Access level: system API|Class name: VolumeEvent<br>Method or attribute name: networkId: string;<br>Access level: public API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br/>Access level: public API|Class name: VolumeEvent<br/>Access level: system API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br>Method or attribute name: volumeType: AudioVolumeType;;<br>Access level: public API|Class name: VolumeEvent<br>Method or attribute name: volumeType: AudioVolumeType;;<br>Access level: system API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br>Method or attribute name: volume: number;<br>Access level: public API|Class name: VolumeEvent<br>Method or attribute name: volume: number;<br>Access level: system API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br/>Method or attribute name: updateUi: boolean;<br/>Access level: public API|Class name: VolumeEvent<br/>Method or attribute name: updateUi: boolean;;<br/>Access level: system API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: AVSessionType<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Access level: system API|Class name: AVSessionType<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Access level: system API|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Access level: system API|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
......@@ -167,11 +168,48 @@
|Access level changed|Class name: AVSession<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: destroy(): Promise\<void>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: destroy(): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br>Access level: system API|Class name: AVMetadata<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: assetId: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: assetId: string;;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: title?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: title?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: artist?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: artist?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: author?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: author?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: album?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: album?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: writer?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: writer?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: composer?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: composer?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: duration?: number;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: duration?: number;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: mediaImage?: image.PixelMap \|string;;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: mediaImage?: image.PixelMap \|string;;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: publishDate?: Date;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: publishDate?: Date;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: subtitle?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: subtitle?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: description?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: description?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: lyric?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: lyric?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: previousAssetId?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: previousAssetId?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br/>Method or attribute name: nextAssetId?: string;<br/>Access level: system API|Class name: AVMetadata<br/>Method or attribute name: nextAssetId?: string;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVPlaybackState<br>Access level: system API|Class name: AVPlaybackState<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVPlaybackState<br>Method or attribute name: state?: PlaybackState;<br/>Access level: system API|Class name: AVPlaybackState<br>Method or attribute name: state?: PlaybackState;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVPlaybackState<br>Method or attribute name: speed?: number;<br/>Access level: system API|Class name: AVPlaybackState<br>Method or attribute name: speed?: number;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVPlaybackState<br>Method or attribute name: position?: PlaybackPosition;<br/>Access level: system API|Class name: AVPlaybackState<br>Method or attribute name: position?: PlaybackPosition;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVPlaybackState<br>Method or attribute name: bufferedTime?: number;<br/>Access level: system API|Class name: AVPlaybackState<br>Method or attribute name: bufferedTime?: number;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVPlaybackState<br>Method or attribute name: loopMode?: LoopMode;<br/>Access level: system API|Class name: AVPlaybackState<br>Method or attribute name: loopMode?: LoopMode;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVPlaybackState<br>Method or attribute name: isFavorite?: boolean;<br/>Access level: system API|Class name: AVPlaybackState<br>Method or attribute name: isFavorite?: boolean;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackPosition<br>Access level: system API|Class name: PlaybackPosition<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackPosition<br>Method or attribute name: elapsedTime: number;<br/>Access level: system API|Class name: PlaybackPosition<br>Method or attribute name: elapsedTime: number;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackPosition<br>Method or attribute name: updateTime: number;<br/>Access level: system API|Class name: PlaybackPosition<br>Method or attribute name: updateTime: number;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: OutputDeviceInfo<br>Access level: system API|Class name: OutputDeviceInfo<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: OutputDeviceInfo<br>Method or attribute name: isRemote: boolean;<br/>Access level: system API|Class name: OutputDeviceInfo<br>Method or attribute name: isRemote: boolean;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: OutputDeviceInfo<br>Method or attribute name: audioDeviceId: Array\<number>;<br/>Access level: system API|Class name: OutputDeviceInfo<br>Method or attribute name: audioDeviceId: Array\<number>;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: OutputDeviceInfo<br>Method or attribute name: deviceName: Array\<string>;<br/>Access level: system API|Class name: OutputDeviceInfo<br>Method or attribute name: deviceName: Array\<string>;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: LoopMode<br>Access level: system API|Class name: LoopMode<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SEQUENCE = 0,<br/>Access level: system API|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SEQUENCE = 0,;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SINGLE = 1,<br/>Access level: system API|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SINGLE = 1,<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_LIST = 2,<br/>Access level: system API|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_LIST = 2,<string>;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SHUFFLE = 3,<br/>Access level: system API|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SHUFFLE = 3,<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Access level: system API|Class name: PlaybackState<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_INITIAL = 0<br>Access level: system API|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_INITIAL = 0<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PREPARE = 1<br>Access level: system API|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PREPARE = 1<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PLAY = 2<br>Access level: system API|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PLAY = 2<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PAUSE = 3<br>Access level: system API|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PAUSE = 3<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4<br>Access level: system API|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_REWIND = 5<br>Access level: system API|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_REWIND = 5<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_STOP = 6<br>Access level: system API|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_STOP = 6<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Access level: system API|Class name: AVSessionController<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: readonly sessionId: string;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: readonly sessionId: string;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
......@@ -206,131 +244,15 @@
|Access level changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVControlCommand<br>Access level: system API|Class name: AVControlCommand<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVControlCommand<br>Method or attribute name: command: AVControlCommandType;<br>Access level: system API|Class name: AVControlCommand<br/>Method or attribute name: command: AVControlCommandType;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVControlCommand<br>Method or attribute name: parameter?: LoopMode \|string\|number;<br>Access level: system API|Class name: AVControlCommand<br/>Method or attribute name: parameter?: LoopMode \|string\|number;<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionErrorCode<br>Access level: system API|Class name: AVSessionErrorCode<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AudioManager<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Initial version: 9|Class name: AudioManager<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Initial version: 9|Class name: VolumeEvent<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: volumeType: AudioVolumeType;<br>Initial version: 9|Class name: VolumeEvent<br>Method or attribute name: volumeType: AudioVolumeType;<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: volume: number;<br>Initial version: 9|Class name: VolumeEvent<br>Method or attribute name: volume: number;<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: updateUi: boolean;<br>Initial version: 9|Class name: VolumeEvent<br>Method or attribute name: updateUi: boolean;<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: AVSessionType<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Initial version: 9|Class name: AVSessionType<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Initial version: 9|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Initial version: 9|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Initial version: 9|Class name: AVSession<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: readonly sessionId: string;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: readonly sessionId: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: getController(): Promise\<AVSessionController>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: getController(): Promise\<AVSessionController>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: activate(): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: activate(): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: deactivate(): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: deactivate(): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: destroy(): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: destroy(): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Initial version: 9|Class name: AVMetadata<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: assetId: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: assetId: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: title?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: title?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: artist?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: artist?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: author?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: author?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: album?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: album?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: writer?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: writer?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: composer?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: composer?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: duration?: number;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: duration?: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: mediaImage?: image.PixelMap \| string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: mediaImage?: image.PixelMap \| string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: publishDate?: Date;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: publishDate?: Date;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: subtitle?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: subtitle?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: description?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: description?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: lyric?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: lyric?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: previousAssetId?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: previousAssetId?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: nextAssetId?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: nextAssetId?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Initial version: 9|Class name: AVPlaybackState<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: state?: PlaybackState;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: state?: PlaybackState;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: speed?: number;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: speed?: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: position?: PlaybackPosition;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: position?: PlaybackPosition;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: bufferedTime?: number;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: bufferedTime?: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: loopMode?: LoopMode;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: loopMode?: LoopMode;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: isFavorite?: boolean;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: isFavorite?: boolean;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackPosition<br>Initial version: 9|Class name: PlaybackPosition<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackPosition<br>Method or attribute name: elapsedTime: number;<br>Initial version: 9|Class name: PlaybackPosition<br>Method or attribute name: elapsedTime: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackPosition<br>Method or attribute name: updateTime: number;<br>Initial version: 9|Class name: PlaybackPosition<br>Method or attribute name: updateTime: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: OutputDeviceInfo<br>Initial version: 9|Class name: OutputDeviceInfo<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: OutputDeviceInfo<br>Method or attribute name: isRemote: boolean;<br>Initial version: 9|Class name: OutputDeviceInfo<br>Method or attribute name: isRemote: boolean;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: OutputDeviceInfo<br>Method or attribute name: audioDeviceId: Array\<number>;<br>Initial version: 9|Class name: OutputDeviceInfo<br>Method or attribute name: audioDeviceId: Array\<number>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: OutputDeviceInfo<br>Method or attribute name: deviceName: Array\<string>;<br>Initial version: 9|Class name: OutputDeviceInfo<br>Method or attribute name: deviceName: Array\<string>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Initial version: 9|Class name: LoopMode<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SEQUENCE = 0<br>Initial version: 9|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SEQUENCE = 0<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SINGLE = 1<br>Initial version: 9|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SINGLE = 1<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_LIST = 2<br>Initial version: 9|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_LIST = 2<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SHUFFLE = 3<br>Initial version: 9|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SHUFFLE = 3<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Initial version: 9|Class name: PlaybackState<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_INITIAL = 0<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_INITIAL = 0<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PREPARE = 1<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PREPARE = 1<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PLAY = 2<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PLAY = 2<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PAUSE = 3<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PAUSE = 3<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_REWIND = 5<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_REWIND = 5<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_STOP = 6<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_STOP = 6<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Initial version: 9|Class name: AVSessionController<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: readonly sessionId: string;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: readonly sessionId: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: isActive(): Promise\<boolean>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: isActive(): Promise\<boolean>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: destroy(): Promise\<void>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: destroy(): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVControlCommand<br>Initial version: 9|Class name: AVControlCommand<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVControlCommand<br>Method or attribute name: command: AVControlCommandType;<br>Initial version: 9|Class name: AVControlCommand<br>Method or attribute name: command: AVControlCommandType;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVControlCommand<br>Method or attribute name: parameter?: LoopMode \| string \| number;<br>Initial version: 9|Class name: AVControlCommand<br>Method or attribute name: parameter?: LoopMode \| string \| number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Initial version: 9|Class name: AVSessionErrorCode<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101<br>Access level: system API|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101,<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102<br>Access level: system API|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102<br/>Access level: public API|@ohos.multimedia.avsession.d.ts|
| Access level changed | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102<br>Access level: system API | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102<br/>Access level: public API | @ohos.multimedia.avsession.d.ts |
| Access level changed | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103<br>Access level: system API | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600103<br/>Access level: public API | @ohos.multimedia.avsession.d.ts |
| Access level changed | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104<br>Access level: system API | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104<br/>Access level: public API | @ohos.multimedia.avsession.d.ts |
| Access level changed | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105<br>Access level: system API | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105<br/>Access level: public API | @ohos.multimedia.avsession.d.ts |
| Access level changed | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106<br>Access level: system API | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106<br/>Access level: public API | @ohos.multimedia.avsession.d.ts |
| Access level changed | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107<br>Access level: system API | Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107<br/>Access level: public API | @ohos.multimedia.avsession.d.ts |
......@@ -11,18 +11,4 @@
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT \| 311|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Deprecated version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Deprecated version: 10<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Deprecated version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Deprecated version: 10<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Initial version changed|Class name: abilityAccessCtrl<br>Initial version: N/A|Class name: abilityAccessCtrl<br>Initial version: 8|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: abilityAccessCtrl<br>Method or attribute name: function createAtManager(): AtManager;<br>Initial version: 8|Class name: abilityAccessCtrl<br>Method or attribute name: function createAtManager(): AtManager;<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: AtManager<br>Initial version: N/A|Class name: AtManager<br>Initial version: 8|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: AtManager<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>Initial version: 9|Class name: AtManager<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Initial version: 8|Class name: GrantStatus<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Method or attribute name: PERMISSION_DENIED = -1<br>Initial version: N/A|Class name: GrantStatus<br>Method or attribute name: PERMISSION_DENIED = -1<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Method or attribute name: PERMISSION_GRANTED = 0<br>Initial version: N/A|Class name: GrantStatus<br>Method or attribute name: PERMISSION_GRANTED = 0<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Initial version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Initial version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Initial version: N/A|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Initial version: 3|@system.cipher.d.ts|
|Initial version changed|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Initial version: N/A|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Initial version: 3|@system.cipher.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Initial version: 9|Class name: PermissionRequestResult<br>Initial version: 10|PermissionRequestResult.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array\<string>;<br>Initial version: 9|Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array\<string>;<br>Initial version: 10|PermissionRequestResult.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array\<number>;<br>Initial version: 9|Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array\<number>;<br>Initial version: 10|PermissionRequestResult.d.ts|
|Error code added|NA|Class name: AtManager<br>Method or attribute name: getVersion(): Promise\<number>;<br>Error code: 202|@ohos.abilityAccessCtrl.d.ts|
......@@ -8,21 +8,3 @@
|Added|NA|Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string, callback: AsyncCallback\<boolean>): void;|@ohos.vibrator.d.ts|
|Added|NA|Module name: ohos.vibrator<br>Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
|Added|NA|Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: x: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: x: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: y: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: y: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: z: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: z: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: interval: string;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: interval: string;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: success: (data: AccelerometerResponse) => void;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: success: (data: AccelerometerResponse) => void;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: StepCounterResponse<br>Method or attribute name: steps: number;<br>Permission: N/A|Class name: StepCounterResponse<br>Method or attribute name: steps: number;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: SubscribeStepCounterOptions<br>Method or attribute name: success: (data: StepCounterResponse) => void;<br>Permission: N/A|Class name: SubscribeStepCounterOptions<br>Method or attribute name: success: (data: StepCounterResponse) => void;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: SubscribeStepCounterOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeStepCounterOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: HeartRateResponse<br>Method or attribute name: heartRate: number;<br>Permission: N/A|Class name: HeartRateResponse<br>Method or attribute name: heartRate: number;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: SubscribeHeartRateOptions<br>Method or attribute name: success: (data: HeartRateResponse) => void;<br>Permission: N/A|Class name: SubscribeHeartRateOptions<br>Method or attribute name: success: (data: HeartRateResponse) => void;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: SubscribeHeartRateOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeHeartRateOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: x: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: x: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: y: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: y: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: z: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: z: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: interval: string;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: interval: string;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: success: (data: GyroscopeResponse) => void;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: success: (data: GyroscopeResponse) => void;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
......@@ -3,141 +3,3 @@
|Added|NA|Class name: BusinessVendor<br>Method or attribute name: PUBLIC = 'public'|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeAction<br>Method or attribute name: UPGRADE = 'upgrade'|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = 'recovery'|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeInfo<br>Access level: public API|Class name: UpgradeInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeInfo<br>Method or attribute name: upgradeApp: string;<br>Access level: public API|Class name: UpgradeInfo<br>Method or attribute name: upgradeApp: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeInfo<br>Method or attribute name: businessType: BusinessType;<br>Access level: public API|Class name: UpgradeInfo<br>Method or attribute name: businessType: BusinessType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessType<br>Access level: public API|Class name: BusinessType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessType<br>Method or attribute name: vendor: BusinessVendor;<br>Access level: public API|Class name: BusinessType<br>Method or attribute name: vendor: BusinessVendor;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessType<br>Method or attribute name: subType: BusinessSubType;<br>Access level: public API|Class name: BusinessType<br>Method or attribute name: subType: BusinessSubType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CheckResult<br>Access level: public API|Class name: CheckResult<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CheckResult<br>Method or attribute name: isExistNewVersion: boolean;<br>Access level: public API|Class name: CheckResult<br>Method or attribute name: isExistNewVersion: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CheckResult<br>Method or attribute name: newVersionInfo: NewVersionInfo;<br>Access level: public API|Class name: CheckResult<br>Method or attribute name: newVersionInfo: NewVersionInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NewVersionInfo<br>Access level: public API|Class name: NewVersionInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NewVersionInfo<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>Access level: public API|Class name: NewVersionInfo<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NewVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: public API|Class name: NewVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionDigestInfo<br>Access level: public API|Class name: VersionDigestInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionDigestInfo<br>Method or attribute name: versionDigest: string;<br>Access level: public API|Class name: VersionDigestInfo<br>Method or attribute name: versionDigest: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Access level: public API|Class name: VersionComponent<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: componentId: string;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: componentId: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: componentType: ComponentType;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: componentType: ComponentType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: upgradeAction: UpgradeAction;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: upgradeAction: UpgradeAction;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: displayVersion: string;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: displayVersion: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: innerVersion: string;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: innerVersion: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: size: number;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: size: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: effectiveMode: EffectiveMode;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: effectiveMode: EffectiveMode;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionOptions<br>Access level: public API|Class name: DescriptionOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionOptions<br>Method or attribute name: format: DescriptionFormat;<br>Access level: public API|Class name: DescriptionOptions<br>Method or attribute name: format: DescriptionFormat;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionOptions<br>Method or attribute name: language: string;<br>Access level: public API|Class name: DescriptionOptions<br>Method or attribute name: language: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentDescription<br>Access level: public API|Class name: ComponentDescription<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentDescription<br>Method or attribute name: componentId: string;<br>Access level: public API|Class name: ComponentDescription<br>Method or attribute name: componentId: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentDescription<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>Access level: public API|Class name: ComponentDescription<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionInfo<br>Access level: public API|Class name: DescriptionInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionInfo<br>Method or attribute name: descriptionType: DescriptionType;<br>Access level: public API|Class name: DescriptionInfo<br>Method or attribute name: descriptionType: DescriptionType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionInfo<br>Method or attribute name: content: string;<br>Access level: public API|Class name: DescriptionInfo<br>Method or attribute name: content: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CurrentVersionInfo<br>Access level: public API|Class name: CurrentVersionInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CurrentVersionInfo<br>Method or attribute name: osVersion: string;<br>Access level: public API|Class name: CurrentVersionInfo<br>Method or attribute name: osVersion: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CurrentVersionInfo<br>Method or attribute name: deviceName: string;<br>Access level: public API|Class name: CurrentVersionInfo<br>Method or attribute name: deviceName: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CurrentVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: public API|Class name: CurrentVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DownloadOptions<br>Access level: public API|Class name: DownloadOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DownloadOptions<br>Method or attribute name: allowNetwork: NetType;<br>Access level: public API|Class name: DownloadOptions<br>Method or attribute name: allowNetwork: NetType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DownloadOptions<br>Method or attribute name: order: Order;<br>Access level: public API|Class name: DownloadOptions<br>Method or attribute name: order: Order;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ResumeDownloadOptions<br>Access level: public API|Class name: ResumeDownloadOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ResumeDownloadOptions<br>Method or attribute name: allowNetwork: NetType;<br>Access level: public API|Class name: ResumeDownloadOptions<br>Method or attribute name: allowNetwork: NetType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: PauseDownloadOptions<br>Access level: public API|Class name: PauseDownloadOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: PauseDownloadOptions<br>Method or attribute name: isAllowAutoResume: boolean;<br>Access level: public API|Class name: PauseDownloadOptions<br>Method or attribute name: isAllowAutoResume: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeOptions<br>Access level: public API|Class name: UpgradeOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeOptions<br>Method or attribute name: order: Order;<br>Access level: public API|Class name: UpgradeOptions<br>Method or attribute name: order: Order;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ClearOptions<br>Access level: public API|Class name: ClearOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ClearOptions<br>Method or attribute name: status: UpgradeStatus;<br>Access level: public API|Class name: ClearOptions<br>Method or attribute name: status: UpgradeStatus;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePolicy<br>Access level: public API|Class name: UpgradePolicy<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePolicy<br>Method or attribute name: downloadStrategy: boolean;<br>Access level: public API|Class name: UpgradePolicy<br>Method or attribute name: downloadStrategy: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradeStrategy: boolean;<br>Access level: public API|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradeStrategy: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;<br>Access level: public API|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePeriod<br>Access level: public API|Class name: UpgradePeriod<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePeriod<br>Method or attribute name: start: number;<br>Access level: public API|Class name: UpgradePeriod<br>Method or attribute name: start: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePeriod<br>Method or attribute name: end: number;<br>Access level: public API|Class name: UpgradePeriod<br>Method or attribute name: end: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskInfo<br>Access level: public API|Class name: TaskInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskInfo<br>Method or attribute name: existTask: boolean;<br>Access level: public API|Class name: TaskInfo<br>Method or attribute name: existTask: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskInfo<br>Method or attribute name: taskBody: TaskBody;<br>Access level: public API|Class name: TaskInfo<br>Method or attribute name: taskBody: TaskBody;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventInfo<br>Access level: public API|Class name: EventInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventInfo<br>Method or attribute name: eventId: EventId;<br>Access level: public API|Class name: EventInfo<br>Method or attribute name: eventId: EventId;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventInfo<br>Method or attribute name: taskBody: TaskBody;<br>Access level: public API|Class name: EventInfo<br>Method or attribute name: taskBody: TaskBody;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Access level: public API|Class name: TaskBody<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: status: UpgradeStatus;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: status: UpgradeStatus;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: subStatus: number;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: subStatus: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: progress: number;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: progress: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: installMode: number;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: installMode: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ErrorMessage<br>Access level: public API|Class name: ErrorMessage<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ErrorMessage<br>Method or attribute name: errorCode: number;<br>Access level: public API|Class name: ErrorMessage<br>Method or attribute name: errorCode: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ErrorMessage<br>Method or attribute name: errorMessage: string;<br>Access level: public API|Class name: ErrorMessage<br>Method or attribute name: errorMessage: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassifyInfo<br>Access level: public API|Class name: EventClassifyInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassifyInfo<br>Method or attribute name: eventClassify: EventClassify;<br>Access level: public API|Class name: EventClassifyInfo<br>Method or attribute name: eventClassify: EventClassify;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassifyInfo<br>Method or attribute name: extraInfo: string;<br>Access level: public API|Class name: EventClassifyInfo<br>Method or attribute name: extraInfo: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeFile<br>Access level: public API|Class name: UpgradeFile<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeFile<br>Method or attribute name: fileType: ComponentType;<br>Access level: public API|Class name: UpgradeFile<br>Method or attribute name: fileType: ComponentType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeFile<br>Method or attribute name: filePath: string;<br>Access level: public API|Class name: UpgradeFile<br>Method or attribute name: filePath: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeTaskCallback<br>Access level: public API|Class name: UpgradeTaskCallback<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;<br>Access level: public API|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessVendor<br>Access level: public API|Class name: BusinessVendor<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessSubType<br>Access level: public API|Class name: BusinessSubType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1<br>Access level: public API|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentType<br>Access level: public API|Class name: ComponentType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentType<br>Method or attribute name: OTA = 1<br>Access level: public API|Class name: ComponentType<br>Method or attribute name: OTA = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeAction<br>Access level: public API|Class name: UpgradeAction<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EffectiveMode<br>Access level: public API|Class name: EffectiveMode<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EffectiveMode<br>Method or attribute name: COLD = 1<br>Access level: public API|Class name: EffectiveMode<br>Method or attribute name: COLD = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2<br>Access level: public API|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3<br>Access level: public API|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionType<br>Access level: public API|Class name: DescriptionType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0<br>Access level: public API|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionType<br>Method or attribute name: URI = 1<br>Access level: public API|Class name: DescriptionType<br>Method or attribute name: URI = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionFormat<br>Access level: public API|Class name: DescriptionFormat<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0<br>Access level: public API|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1<br>Access level: public API|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Access level: public API|Class name: NetType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: CELLULAR = 1<br>Access level: public API|Class name: NetType<br>Method or attribute name: CELLULAR = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2<br>Access level: public API|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4<br>Access level: public API|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: WIFI = 6<br>Access level: public API|Class name: NetType<br>Method or attribute name: WIFI = 6<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>Access level: public API|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Access level: public API|Class name: Order<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: DOWNLOAD = 1<br>Access level: public API|Class name: Order<br>Method or attribute name: DOWNLOAD = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: INSTALL = 2<br>Access level: public API|Class name: Order<br>Method or attribute name: INSTALL = 2<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>Access level: public API|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: APPLY = 4<br>Access level: public API|Class name: Order<br>Method or attribute name: APPLY = 4<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>Access level: public API|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Access level: public API|Class name: UpgradeStatus<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassify<br>Access level: public API|Class name: EventClassify<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000<br>Access level: public API|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Access level: public API|Class name: EventId<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>Access level: system API|@ohos.update.d.ts|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册