操作 旧版本 新版本 d.ts文件
syscap变更 类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:SystemCapability.DistributedDataManager.DataObject.DistributedObject
api/@ohos.data.distributedDataObject.d.ts
syscap变更 类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:SystemCapability.DistributedDataManager.DataObject.DistributedObject
api/@ohos.data.distributedDataObject.d.ts
syscap变更 类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:NA
类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.DataObject.DistributedObject
api/@ohos.data.distributedDataObject.d.ts
错误码变更 类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:15400001,201,401
api/@ohos.data.distributedDataObject.d.ts
错误码变更 类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:15400001,201,401
api/@ohos.data.distributedDataObject.d.ts
错误码变更 类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:NA
类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:15400001,201,401
api/@ohos.data.distributedDataObject.d.ts
权限变更 类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
api/@ohos.data.distributedDataObject.d.ts
权限变更 类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
api/@ohos.data.distributedDataObject.d.ts
权限变更 类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:NA
类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
api/@ohos.data.distributedDataObject.d.ts
函数变更 类名:Preferences;
API声明:on(type: 'change', callback: (key: string) => void): void;
差异内容:callback: (key: string) => void
类名:Preferences;
API声明:on(type: 'change', callback: Callback<string>): void;
差异内容:callback: Callback<string>
api/@ohos.data.preferences.d.ts
函数变更 类名:Preferences;
API声明:on(type: 'multiProcessChange', callback: (key: string) => void): void;
差异内容:callback: (key: string) => void
类名:Preferences;
API声明:on(type: 'multiProcessChange', callback: Callback<string>): void;
差异内容:callback: Callback<string>
api/@ohos.data.preferences.d.ts
函数变更 类名:Preferences;
API声明:off(type: 'change', callback?: (key: string) => void): void;
差异内容:callback?: (key: string) => void
类名:Preferences;
API声明:off(type: 'change', callback?: Callback<string>): void;
差异内容:callback?: Callback<string>
api/@ohos.data.preferences.d.ts
函数变更 类名:Preferences;
API声明:off(type: 'multiProcessChange', callback?: (key: string) => void): void;
差异内容:callback?: (key: string) => void
类名:Preferences;
API声明:off(type: 'multiProcessChange', callback?: Callback<string>): void;
差异内容:callback?: Callback<string>
api/@ohos.data.preferences.d.ts
属性变更 类名:ProgressDetails;
API声明:details: {
[table: string]: TableDetails;
};
差异内容:{
[table: string]: TableDetails;
}
类名:ProgressDetails;
API声明:details: Record<string, TableDetails>;
差异内容:Record<string, TableDetails>
api/@ohos.data.relationalStore.d.ts
属性变更 类名:Summary;
API声明:summary: {
[key: string]: number;
};
差异内容:{
[key: string]: number;
}
类名:Summary;
API声明:summary: Record<string, number>;
差异内容:Record<string, number>
api/@ohos.data.unifiedDataChannel.d.ts
属性变更 类名:Text;
API声明:details?: {
[key: string]: string;
};
差异内容:{
[key: string]: string;
}
类名:Text;
API声明:details?: Record<string, string>;
差异内容:Record<string, string>
api/@ohos.data.unifiedDataChannel.d.ts
属性变更 类名:File;
API声明:details?: {
[key: string]: string;
};
差异内容:{
[key: string]: string;
}
类名:File;
API声明:details?: Record<string, string>;
差异内容:Record<string, string>
api/@ohos.data.unifiedDataChannel.d.ts
属性变更 类名:Options;
API声明:dataGroupId?: string;
差异内容:string
类名:Options;
API声明:dataGroupId?: string | null | undefined;
差异内容:string,null,undefined
api/@ohos.data.preferences.d.ts
属性变更 类名:SystemDefinedRecord;
API声明:details?: {
[key: string]: number | string | Uint8Array;
};
差异内容:{
[key: string]: number | string | Uint8Array;
}
类名:SystemDefinedRecord;
API声明:details?: Record<string, number | string | Uint8Array>;
差异内容:Record<string, number | string | Uint8Array>
api/@ohos.data.unifiedDataChannel.d.ts
自定义类型变更 类名:relationalStore;
API声明:type ValuesBucket = {
[key: string]: ValueType;
};
差异内容:{
[key: string]: ValueType;
}
类名:relationalStore;
API声明:type ValuesBucket = Record<string, ValueType>;
差异内容:Record<string, ValueType>
api/@ohos.data.relationalStore.d.ts
自定义类型变更 类名:unifiedDataChannel;
API声明:type Options = {
/
* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
intention?: Intention;
/

* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
key?: string;
};
差异内容:{
/
* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
intention?: Intention;
/

* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
key?: string;
}
类名:unifiedDataChannel;
API声明:type Options = {
/
* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
/

* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @atomicservice
* @since 11
*/
intention?: Intention;
/
* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
/

* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @atomicservice
* @since 11
*/
key?: string;
};
差异内容:{
/
* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
/

* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @atomicservice
* @since 11
*/
intention?: Intention;
/
* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
/

* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @atomicservice
* @since 11
*/
key?: string;
}
api/@ohos.data.unifiedDataChannel.d.ts
自定义类型变更 类名:preferences;
API声明:type ValueType = number | string | boolean | Array<number> | Array<string> | Array<boolean>;
差异内容:number,string,boolean,Array<number>,Array<string>,Array<boolean>
类名:preferences;
API声明:type ValueType = number | string | boolean | Array<number> | Array<string> | Array<boolean> | Uint8Array;
差异内容:number,string,boolean,Array<number>,Array<string>,Array<boolean>,Uint8Array
api/@ohos.data.preferences.d.ts
自定义类型变更 类名:global;
API声明:export type ValuesBucket = {
[key: string]: ValueType | Uint8Array | null;
};
差异内容:{
[key: string]: ValueType | Uint8Array | null;
}
类名:global;
API声明:export type ValuesBucket = Record<string, ValueType | Uint8Array | null>;
差异内容:Record<string, ValueType | Uint8Array | null>
api/@ohos.data.ValuesBucket.d.ts
新增API NA 类名:global;
API声明: declare namespace cloudExtension
差异内容: declare namespace cloudExtension
api/@ohos.data.cloudExtension.d.ts
新增API NA 类名:global;
API声明: declare namespace commonType
差异内容: declare namespace commonType
api/@ohos.data.commonType.d.ts
新增API NA 类名:commonType;
API声明: enum AssetStatus
差异内容: enum AssetStatus
api/@ohos.data.commonType.d.ts
新增API NA 类名:AssetStatus;
API声明:ASSET_NORMAL
差异内容:ASSET_NORMAL
api/@ohos.data.commonType.d.ts
新增API NA 类名:AssetStatus;
API声明:ASSET_INSERT
差异内容:ASSET_INSERT
api/@ohos.data.commonType.d.ts
新增API NA 类名:AssetStatus;
API声明:ASSET_UPDATE
差异内容:ASSET_UPDATE
api/@ohos.data.commonType.d.ts
新增API NA 类名:AssetStatus;
API声明:ASSET_DELETE
差异内容:ASSET_DELETE
api/@ohos.data.commonType.d.ts
新增API NA 类名:AssetStatus;
API声明:ASSET_ABNORMAL
差异内容:ASSET_ABNORMAL
api/@ohos.data.commonType.d.ts
新增API NA 类名:AssetStatus;
API声明:ASSET_DOWNLOADING
差异内容:ASSET_DOWNLOADING
api/@ohos.data.commonType.d.ts
新增API NA 类名:commonType;
API声明: interface Asset
差异内容: interface Asset
api/@ohos.data.commonType.d.ts
新增API NA 类名:Asset;
API声明:name: string;
差异内容:name: string;
api/@ohos.data.commonType.d.ts
新增API NA 类名:Asset;
API声明:uri: string;
差异内容:uri: string;
api/@ohos.data.commonType.d.ts
新增API NA 类名:Asset;
API声明:path: string;
差异内容:path: string;
api/@ohos.data.commonType.d.ts
新增API NA 类名:Asset;
API声明:createTime: string;
差异内容:createTime: string;
api/@ohos.data.commonType.d.ts
新增API NA 类名:Asset;
API声明:modifyTime: string;
差异内容:modifyTime: string;
api/@ohos.data.commonType.d.ts
新增API NA 类名:Asset;
API声明:size: string;
差异内容:size: string;
api/@ohos.data.commonType.d.ts
新增API NA 类名:Asset;
API声明:status?: AssetStatus;
差异内容:status?: AssetStatus;
api/@ohos.data.commonType.d.ts
新增API NA 类名:commonType;
API声明:type Assets = Array<Asset>;
差异内容:type Assets = Array<Asset>;
api/@ohos.data.commonType.d.ts
新增API NA 类名:commonType;
API声明:type ValueType = null | number | string | boolean | Uint8Array | Asset | Assets;
差异内容:type ValueType = null | number | string | boolean | Uint8Array | Asset | Assets;
api/@ohos.data.commonType.d.ts
新增API NA 类名:commonType;
API声明:type ValuesBucket = Record<string, ValueType>;
差异内容:type ValuesBucket = Record<string, ValueType>;
api/@ohos.data.commonType.d.ts
新增API NA 类名:distributedDataObject;
API声明: interface BindInfo
差异内容: interface BindInfo
api/@ohos.data.distributedDataObject.d.ts
新增API NA 类名:BindInfo;
API声明:storeName: string;
差异内容:storeName: string;
api/@ohos.data.distributedDataObject.d.ts
新增API NA 类名:BindInfo;
API声明:tableName: string;
差异内容:tableName: string;
api/@ohos.data.distributedDataObject.d.ts
新增API NA 类名:BindInfo;
API声明:primaryKey: commonType.ValuesBucket;
差异内容:primaryKey: commonType.ValuesBucket;
api/@ohos.data.distributedDataObject.d.ts
新增API NA 类名:BindInfo;
API声明:field: string;
差异内容:field: string;
api/@ohos.data.distributedDataObject.d.ts
新增API NA 类名:BindInfo;
API声明:assetName: string;
差异内容:assetName: string;
api/@ohos.data.distributedDataObject.d.ts
新增API NA 类名:DataObject;
API声明:bindAssetStore(assetKey: string, bindInfo: BindInfo, callback: AsyncCallback<void>): void;
差异内容:bindAssetStore(assetKey: string, bindInfo: BindInfo, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedDataObject.d.ts
新增API NA 类名:DataObject;
API声明:bindAssetStore(assetKey: string, bindInfo: BindInfo): Promise<void>;
差异内容:bindAssetStore(assetKey: string, bindInfo: BindInfo): Promise<void>;
api/@ohos.data.distributedDataObject.d.ts
新增API NA 类名:StoreConfig;
API声明:customDir?: string;
差异内容:customDir?: string;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:StoreConfig;
API声明:autoCleanDirtyData?: boolean;
差异内容:autoCleanDirtyData?: boolean;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:relationalStore;
API声明: enum Origin
差异内容: enum Origin
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Origin;
API声明:LOCAL
差异内容:LOCAL
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Origin;
API声明:CLOUD
差异内容:CLOUD
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Origin;
API声明:REMOTE
差异内容:REMOTE
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:relationalStore;
API声明: enum Field
差异内容: enum Field
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Field;
API声明:CURSOR_FIELD = '#_cursor'
差异内容:CURSOR_FIELD = '#_cursor'
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Field;
API声明:ORIGIN_FIELD = '#_origin'
差异内容:ORIGIN_FIELD = '#_origin'
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Field;
API声明:DELETED_FLAG_FIELD = '#_deleted_flag'
差异内容:DELETED_FLAG_FIELD = '#_deleted_flag'
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Field;
API声明:OWNER_FIELD = '#_cloud_owner'
差异内容:OWNER_FIELD = '#_cloud_owner'
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Field;
API声明:PRIVILEGE_FIELD = '#_cloud_privilege'
差异内容:PRIVILEGE_FIELD = '#_cloud_privilege'
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Field;
API声明:SHARING_RESOURCE_FIELD = '#_sharing_resource_field'
差异内容:SHARING_RESOURCE_FIELD = '#_sharing_resource_field'
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:ResultSet;
API声明:getRow(): ValuesBucket;
差异内容:getRow(): ValuesBucket;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:cleanDirtyData(table: string, cursor: number, callback: AsyncCallback<void>): void;
差异内容:cleanDirtyData(table: string, cursor: number, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:cleanDirtyData(table: string, callback: AsyncCallback<void>): void;
差异内容:cleanDirtyData(table: string, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:cleanDirtyData(table: string, cursor?: number): Promise<void>;
差异内容:cleanDirtyData(table: string, cursor?: number): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:on(event: 'autoSyncProgress', progress: Callback<ProgressDetails>): void;
差异内容:on(event: 'autoSyncProgress', progress: Callback<ProgressDetails>): void;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:off(event: 'autoSyncProgress', progress?: Callback<ProgressDetails>): void;
差异内容:off(event: 'autoSyncProgress', progress?: Callback<ProgressDetails>): void;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:UniformDataType;
API声明:ENTITY = 'general.entity'
差异内容:ENTITY = 'general.entity'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OBJECT = 'general.object'
差异内容:OBJECT = 'general.object'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:COMPOSITE_OBJECT = 'general.composite-object'
差异内容:COMPOSITE_OBJECT = 'general.composite-object'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:XML = 'general.xml'
差异内容:XML = 'general.xml'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SOURCE_CODE = 'general.source-code'
差异内容:SOURCE_CODE = 'general.source-code'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SCRIPT = 'general.script'
差异内容:SCRIPT = 'general.script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SHELL_SCRIPT = 'general.shell-script'
差异内容:SHELL_SCRIPT = 'general.shell-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:CSH_SCRIPT = 'general.csh-script'
差异内容:CSH_SCRIPT = 'general.csh-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PERL_SCRIPT = 'general.perl-script'
差异内容:PERL_SCRIPT = 'general.perl-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PHP_SCRIPT = 'general.php-script'
差异内容:PHP_SCRIPT = 'general.php-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PYTHON_SCRIPT = 'general.python-script'
差异内容:PYTHON_SCRIPT = 'general.python-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:RUBY_SCRIPT = 'general.ruby-script'
差异内容:RUBY_SCRIPT = 'general.ruby-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TYPE_SCRIPT = 'general.type-script'
差异内容:TYPE_SCRIPT = 'general.type-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:JAVA_SCRIPT = 'general.java-script'
差异内容:JAVA_SCRIPT = 'general.java-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:C_HEADER = 'general.c-header'
差异内容:C_HEADER = 'general.c-header'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:C_SOURCE = 'general.c-source'
差异内容:C_SOURCE = 'general.c-source'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:C_PLUS_PLUS_HEADER = 'general.c-plus-plus-header'
差异内容:C_PLUS_PLUS_HEADER = 'general.c-plus-plus-header'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:C_PLUS_PLUS_SOURCE = 'general.c-plus-plus-source'
差异内容:C_PLUS_PLUS_SOURCE = 'general.c-plus-plus-source'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:JAVA_SOURCE = 'general.java-source'
差异内容:JAVA_SOURCE = 'general.java-source'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:EBOOK = 'general.ebook'
差异内容:EBOOK = 'general.ebook'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:EPUB = 'general.epub'
差异内容:EPUB = 'general.epub'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:AZW = 'com.amazon.azw'
差异内容:AZW = 'com.amazon.azw'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:AZW3 = 'com.amazon.azw3'
差异内容:AZW3 = 'com.amazon.azw3'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:KFX = 'com.amazon.kfx'
差异内容:KFX = 'com.amazon.kfx'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MOBI = 'com.amazon.mobi'
差异内容:MOBI = 'com.amazon.mobi'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MEDIA = 'general.media'
差异内容:MEDIA = 'general.media'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:JPEG = 'general.jpeg'
差异内容:JPEG = 'general.jpeg'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PNG = 'general.png'
差异内容:PNG = 'general.png'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:RAW_IMAGE = 'general.raw-image'
差异内容:RAW_IMAGE = 'general.raw-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TIFF = 'general.tiff'
差异内容:TIFF = 'general.tiff'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:BMP = 'com.microsoft.bmp'
差异内容:BMP = 'com.microsoft.bmp'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ICO = 'com.microsoft.ico'
差异内容:ICO = 'com.microsoft.ico'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PHOTOSHOP_IMAGE = 'com.adobe.photoshop-image'
差异内容:PHOTOSHOP_IMAGE = 'com.adobe.photoshop-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:AI_IMAGE = 'com.adobe.illustrator.ai-image'
差异内容:AI_IMAGE = 'com.adobe.illustrator.ai-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WORD_DOC = 'com.microsoft.word.doc'
差异内容:WORD_DOC = 'com.microsoft.word.doc'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:EXCEL = 'com.microsoft.excel.xls'
差异内容:EXCEL = 'com.microsoft.excel.xls'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PPT = 'com.microsoft.powerpoint.ppt'
差异内容:PPT = 'com.microsoft.powerpoint.ppt'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PDF = 'com.adobe.pdf'
差异内容:PDF = 'com.adobe.pdf'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:POSTSCRIPT = 'com.adobe.postscript'
差异内容:POSTSCRIPT = 'com.adobe.postscript'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ENCAPSULATED_POSTSCRIPT = 'com.adobe.encapsulated-postscript'
差异内容:ENCAPSULATED_POSTSCRIPT = 'com.adobe.encapsulated-postscript'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:AVI = 'general.avi'
差异内容:AVI = 'general.avi'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MPEG = 'general.mpeg'
差异内容:MPEG = 'general.mpeg'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MPEG4 = 'general.mpeg-4'
差异内容:MPEG4 = 'general.mpeg-4'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:VIDEO_3GPP = 'general.3gpp'
差异内容:VIDEO_3GPP = 'general.3gpp'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:VIDEO_3GPP2 = 'general.3gpp2'
差异内容:VIDEO_3GPP2 = 'general.3gpp2'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WINDOWS_MEDIA_WM = 'com.microsoft.windows-media-wm'
差异内容:WINDOWS_MEDIA_WM = 'com.microsoft.windows-media-wm'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WINDOWS_MEDIA_WMV = 'com.microsoft.windows-media-wmv'
差异内容:WINDOWS_MEDIA_WMV = 'com.microsoft.windows-media-wmv'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WINDOWS_MEDIA_WMP = 'com.microsoft.windows-media-wmp'
差异内容:WINDOWS_MEDIA_WMP = 'com.microsoft.windows-media-wmp'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:AAC = 'general.aac'
差异内容:AAC = 'general.aac'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:AIFF = 'general.aiff'
差异内容:AIFF = 'general.aiff'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ALAC = 'general.alac'
差异内容:ALAC = 'general.alac'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:FLAC = 'general.flac'
差异内容:FLAC = 'general.flac'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MP3 = 'general.mp3'
差异内容:MP3 = 'general.mp3'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OGG = 'general.ogg'
差异内容:OGG = 'general.ogg'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PCM = 'general.pcm'
差异内容:PCM = 'general.pcm'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WINDOWS_MEDIA_WMA = 'com.microsoft.windows-media-wma'
差异内容:WINDOWS_MEDIA_WMA = 'com.microsoft.windows-media-wma'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WAVEFORM_AUDIO = 'com.microsoft.waveform-audio'
差异内容:WAVEFORM_AUDIO = 'com.microsoft.waveform-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WINDOWS_MEDIA_WMX = 'com.microsoft.windows-media-wmx'
差异内容:WINDOWS_MEDIA_WMX = 'com.microsoft.windows-media-wmx'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WINDOWS_MEDIA_WVX = 'com.microsoft.windows-media-wvx'
差异内容:WINDOWS_MEDIA_WVX = 'com.microsoft.windows-media-wvx'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WINDOWS_MEDIA_WAX = 'com.microsoft.windows-media-wax'
差异内容:WINDOWS_MEDIA_WAX = 'com.microsoft.windows-media-wax'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:DIRECTORY = 'general.directory'
差异内容:DIRECTORY = 'general.directory'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SYMLINK = 'general.symlink'
差异内容:SYMLINK = 'general.symlink'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ARCHIVE = 'general.archive'
差异内容:ARCHIVE = 'general.archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:BZ2_ARCHIVE = 'general.bz2-archive'
差异内容:BZ2_ARCHIVE = 'general.bz2-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:DISK_IMAGE = 'general.disk-image'
差异内容:DISK_IMAGE = 'general.disk-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TAR_ARCHIVE = 'general.tar-archive'
差异内容:TAR_ARCHIVE = 'general.tar-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ZIP_ARCHIVE = 'general.zip-archive'
差异内容:ZIP_ARCHIVE = 'general.zip-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:JAVA_ARCHIVE = 'com.sun.java-archive'
差异内容:JAVA_ARCHIVE = 'com.sun.java-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:GNU_TAR_ARCHIVE = 'org.gnu.gnu-tar-archive'
差异内容:GNU_TAR_ARCHIVE = 'org.gnu.gnu-tar-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:GNU_ZIP_ARCHIVE = 'org.gnu.gnu-zip-archive'
差异内容:GNU_ZIP_ARCHIVE = 'org.gnu.gnu-zip-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:GNU_ZIP_TAR_ARCHIVE = 'org.gnu.gnu-zip-tar-archive'
差异内容:GNU_ZIP_TAR_ARCHIVE = 'org.gnu.gnu-zip-tar-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:CALENDAR = 'general.calendar'
差异内容:CALENDAR = 'general.calendar'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:CONTACT = 'general.contact'
差异内容:CONTACT = 'general.contact'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:DATABASE = 'general.database'
差异内容:DATABASE = 'general.database'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MESSAGE = 'general.message'
差异内容:MESSAGE = 'general.message'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:VCARD = 'general.vcard'
差异内容:VCARD = 'general.vcard'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:NAVIGATION = 'general.navigation'
差异内容:NAVIGATION = 'general.navigation'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:LOCATION = 'general.location'
差异内容:LOCATION = 'general.location'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENHARMONY_ATOMIC_SERVICE = 'openharmony.atomic-service'
差异内容:OPENHARMONY_ATOMIC_SERVICE = 'openharmony.atomic-service'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENHARMONY_PACKAGE = 'openharmony.package'
差异内容:OPENHARMONY_PACKAGE = 'openharmony.package'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENHARMONY_HAP = 'openharmony.hap'
差异内容:OPENHARMONY_HAP = 'openharmony.hap'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:uniformTypeDescriptor;
API声明: class TypeDescriptor
差异内容: class TypeDescriptor
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:readonly typeId: string;
差异内容:readonly typeId: string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:readonly belongingToTypes: Array<string>;
差异内容:readonly belongingToTypes: Array<string>;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:readonly description: string;
差异内容:readonly description: string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:readonly referenceURL: string;
差异内容:readonly referenceURL: string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:readonly iconFile: string;
差异内容:readonly iconFile: string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:belongsTo(type: string): boolean;
差异内容:belongsTo(type: string): boolean;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:isLowerLevelType(type: string): boolean;
差异内容:isLowerLevelType(type: string): boolean;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:isHigherLevelType(type: string): boolean;
差异内容:isHigherLevelType(type: string): boolean;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:equals(typeDescriptor: TypeDescriptor): boolean;
差异内容:equals(typeDescriptor: TypeDescriptor): boolean;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:uniformTypeDescriptor;
API声明:function getTypeDescriptor(typeId: string): TypeDescriptor;
差异内容:function getTypeDescriptor(typeId: string): TypeDescriptor;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:uniformTypeDescriptor;
API声明:function getUniformDataTypeByFilenameExtension(filenameExtension: string, belongsTo?: string): string;
差异内容:function getUniformDataTypeByFilenameExtension(filenameExtension: string, belongsTo?: string): string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:uniformTypeDescriptor;
API声明:function getUniformDataTypeByMIMEType(mimeType: string, belongsTo?: string): string;
差异内容:function getUniformDataTypeByMIMEType(mimeType: string, belongsTo?: string): string;
api/@ohos.data.uniformTypeDescriptor.d.ts
起始版本有变化 类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:9
api/@ohos.data.distributedDataObject.d.ts
起始版本有变化 类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:9
api/@ohos.data.distributedDataObject.d.ts
起始版本有变化 类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:NA
类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:9
api/@ohos.data.distributedDataObject.d.ts
kit变更 NA ArkData api/@ohos.data.dataAbility.d.ts
kit变更 NA ArkData api/@ohos.data.dataSharePredicates.d.ts
kit变更 NA ArkData api/@ohos.data.distributedData.d.ts
kit变更 NA ArkData api/@ohos.data.distributedDataObject.d.ts
kit变更 NA ArkData api/@ohos.data.distributedKVStore.d.ts
kit变更 NA ArkData api/@ohos.data.preferences.d.ts
kit变更 NA ArkData api/@ohos.data.rdb.d.ts
kit变更 NA ArkData api/@ohos.data.relationalStore.d.ts
kit变更 NA ArkData api/@ohos.data.storage.d.ts
kit变更 NA ArkData api/@ohos.data.unifiedDataChannel.d.ts
kit变更 NA ArkData api/@ohos.data.uniformTypeDescriptor.d.ts
kit变更 NA ArkData api/@ohos.data.ValuesBucket.d.ts
kit变更 NA ArkData api/@system.storage.d.ts