操作 旧版本 新版本 d.ts文件
API跨平台权限变更 类名:Preferences;
API声明:on(type: 'dataChange', keys: Array<string>, callback: Callback<Record<string, ValueType>>): void;
差异内容:crossplatform
类名:Preferences;
API声明:on(type: 'dataChange', keys: Array<string>, callback: Callback<Record<string, ValueType>>): void;
差异内容:NA
api/@ohos.data.preferences.d.ts
API跨平台权限变更 类名:Preferences;
API声明:off(type: 'dataChange', keys: Array<string>, callback?: Callback<Record<string, ValueType>>): void;
差异内容:crossplatform
类名:Preferences;
API声明:off(type: 'dataChange', keys: Array<string>, callback?: Callback<Record<string, ValueType>>): void;
差异内容:NA
api/@ohos.data.preferences.d.ts
API跨平台权限变更 类名:StoreConfig;
API声明:isReadOnly?: boolean;
差异内容:crossplatform
类名:StoreConfig;
API声明:isReadOnly?: boolean;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:StoreConfig;
API声明:cryptoParam?: CryptoParam;
差异内容:crossplatform
类名:StoreConfig;
API声明:cryptoParam?: CryptoParam;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:relationalStore;
API声明:interface CryptoParam
差异内容:crossplatform
类名:relationalStore;
API声明:interface CryptoParam
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:CryptoParam;
API声明:encryptionKey: Uint8Array;
差异内容:crossplatform
类名:CryptoParam;
API声明:encryptionKey: Uint8Array;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:CryptoParam;
API声明:iterationCount?: number;
差异内容:crossplatform
类名:CryptoParam;
API声明:iterationCount?: number;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:CryptoParam;
API声明:encryptionAlgo?: EncryptionAlgo;
差异内容:crossplatform
类名:CryptoParam;
API声明:encryptionAlgo?: EncryptionAlgo;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:CryptoParam;
API声明:hmacAlgo?: HmacAlgo;
差异内容:crossplatform
类名:CryptoParam;
API声明:hmacAlgo?: HmacAlgo;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:CryptoParam;
API声明:kdfAlgo?: KdfAlgo;
差异内容:crossplatform
类名:CryptoParam;
API声明:kdfAlgo?: KdfAlgo;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:CryptoParam;
API声明:cryptoPageSize?: number;
差异内容:crossplatform
类名:CryptoParam;
API声明:cryptoPageSize?: number;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:relationalStore;
API声明:enum EncryptionAlgo
差异内容:crossplatform
类名:relationalStore;
API声明:enum EncryptionAlgo
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:EncryptionAlgo;
API声明:AES_256_GCM = 0
差异内容:crossplatform
类名:EncryptionAlgo;
API声明:AES_256_GCM = 0
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:EncryptionAlgo;
API声明:AES_256_CBC
差异内容:crossplatform
类名:EncryptionAlgo;
API声明:AES_256_CBC
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:relationalStore;
API声明:enum HmacAlgo
差异内容:crossplatform
类名:relationalStore;
API声明:enum HmacAlgo
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:HmacAlgo;
API声明:SHA1 = 0
差异内容:crossplatform
类名:HmacAlgo;
API声明:SHA1 = 0
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:HmacAlgo;
API声明:SHA256
差异内容:crossplatform
类名:HmacAlgo;
API声明:SHA256
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:HmacAlgo;
API声明:SHA512
差异内容:crossplatform
类名:HmacAlgo;
API声明:SHA512
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:relationalStore;
API声明:enum KdfAlgo
差异内容:crossplatform
类名:relationalStore;
API声明:enum KdfAlgo
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:KdfAlgo;
API声明:KDF_SHA1 = 0
差异内容:crossplatform
类名:KdfAlgo;
API声明:KDF_SHA1 = 0
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:KdfAlgo;
API声明:KDF_SHA256
差异内容:crossplatform
类名:KdfAlgo;
API声明:KDF_SHA256
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:KdfAlgo;
API声明:KDF_SHA512
差异内容:crossplatform
类名:KdfAlgo;
API声明:KDF_SHA512
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:relationalStore;
API声明:interface SqlExecutionInfo
差异内容:crossplatform
类名:relationalStore;
API声明:interface SqlExecutionInfo
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:SqlExecutionInfo;
API声明:sql: Array<string>;
差异内容:crossplatform
类名:SqlExecutionInfo;
API声明:sql: Array<string>;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:SqlExecutionInfo;
API声明:totalTime: number;
差异内容:crossplatform
类名:SqlExecutionInfo;
API声明:totalTime: number;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:SqlExecutionInfo;
API声明:waitTime: number;
差异内容:crossplatform
类名:SqlExecutionInfo;
API声明:waitTime: number;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:SqlExecutionInfo;
API声明:prepareTime: number;
差异内容:crossplatform
类名:SqlExecutionInfo;
API声明:prepareTime: number;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:SqlExecutionInfo;
API声明:executeTime: number;
差异内容:crossplatform
类名:SqlExecutionInfo;
API声明:executeTime: number;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:relationalStore;
API声明:enum Field
差异内容:crossplatform
类名:relationalStore;
API声明:enum Field
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:Field;
API声明:CURSOR_FIELD = '#_cursor'
差异内容:crossplatform
类名:Field;
API声明:CURSOR_FIELD = '#_cursor'
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:Field;
API声明:ORIGIN_FIELD = '#_origin'
差异内容:crossplatform
类名:Field;
API声明:ORIGIN_FIELD = '#_origin'
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:Field;
API声明:DELETED_FLAG_FIELD = '#_deleted_flag'
差异内容:crossplatform
类名:Field;
API声明:DELETED_FLAG_FIELD = '#_deleted_flag'
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:Field;
API声明:DATA_STATUS_FIELD = '#_data_status'
差异内容:crossplatform
类名:Field;
API声明:DATA_STATUS_FIELD = '#_data_status'
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:Field;
API声明:OWNER_FIELD = '#_cloud_owner'
差异内容:crossplatform
类名:Field;
API声明:OWNER_FIELD = '#_cloud_owner'
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:Field;
API声明:PRIVILEGE_FIELD = '#_cloud_privilege'
差异内容:crossplatform
类名:Field;
API声明:PRIVILEGE_FIELD = '#_cloud_privilege'
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:Field;
API声明:SHARING_RESOURCE_FIELD = '#_sharing_resource_field'
差异内容:crossplatform
类名:Field;
API声明:SHARING_RESOURCE_FIELD = '#_sharing_resource_field'
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:relationalStore;
API声明:enum TransactionType
差异内容:crossplatform
类名:relationalStore;
API声明:enum TransactionType
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:TransactionType;
API声明:DEFERRED
差异内容:crossplatform
类名:TransactionType;
API声明:DEFERRED
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:TransactionType;
API声明:IMMEDIATE
差异内容:crossplatform
类名:TransactionType;
API声明:IMMEDIATE
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:TransactionType;
API声明:EXCLUSIVE
差异内容:crossplatform
类名:TransactionType;
API声明:EXCLUSIVE
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:relationalStore;
API声明:interface TransactionOptions
差异内容:crossplatform
类名:relationalStore;
API声明:interface TransactionOptions
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:TransactionOptions;
API声明:transactionType?: TransactionType;
差异内容:crossplatform
类名:TransactionOptions;
API声明:transactionType?: TransactionType;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:RdbPredicates;
API声明:notContains(field: string, value: string): RdbPredicates;
差异内容:crossplatform
类名:RdbPredicates;
API声明:notContains(field: string, value: string): RdbPredicates;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:RdbPredicates;
API声明:notLike(field: string, value: string): RdbPredicates;
差异内容:crossplatform
类名:RdbPredicates;
API声明:notLike(field: string, value: string): RdbPredicates;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:ResultSet;
API声明:getValue(columnIndex: number): ValueType;
差异内容:crossplatform
类名:ResultSet;
API声明:getValue(columnIndex: number): ValueType;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:RdbStore;
API声明:on(event: 'statistics', observer: Callback<SqlExecutionInfo>): void;
差异内容:crossplatform
类名:RdbStore;
API声明:on(event: 'statistics', observer: Callback<SqlExecutionInfo>): void;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:RdbStore;
API声明:off(event: 'statistics', observer?: Callback<SqlExecutionInfo>): void;
差异内容:crossplatform
类名:RdbStore;
API声明:off(event: 'statistics', observer?: Callback<SqlExecutionInfo>): void;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:RdbStore;
API声明:close(): Promise<void>;
差异内容:crossplatform
类名:RdbStore;
API声明:close(): Promise<void>;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:Transaction;
API声明:execute(sql: string, args?: Array<ValueType>): Promise<ValueType>;
差异内容:crossplatform
类名:Transaction;
API声明:execute(sql: string, args?: Array<ValueType>): Promise<ValueType>;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
API跨平台权限变更 类名:uniformTypeDescriptor;
API声明:class TypeDescriptor
差异内容:crossplatform
类名:uniformTypeDescriptor;
API声明:class TypeDescriptor
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:readonly typeId: string;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:readonly typeId: string;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:readonly belongingToTypes: Array<string>;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:readonly belongingToTypes: Array<string>;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:readonly description: string;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:readonly description: string;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:readonly referenceURL: string;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:readonly referenceURL: string;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:readonly iconFile: string;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:readonly iconFile: string;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:readonly filenameExtensions: Array<string>;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:readonly filenameExtensions: Array<string>;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:readonly mimeTypes: Array<string>;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:readonly mimeTypes: Array<string>;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:belongsTo(type: string): boolean;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:belongsTo(type: string): boolean;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:isLowerLevelType(type: string): boolean;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:isLowerLevelType(type: string): boolean;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:isHigherLevelType(type: string): boolean;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:isHigherLevelType(type: string): boolean;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:TypeDescriptor;
API声明:equals(typeDescriptor: TypeDescriptor): boolean;
差异内容:crossplatform
类名:TypeDescriptor;
API声明:equals(typeDescriptor: TypeDescriptor): boolean;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:uniformTypeDescriptor;
API声明:function getTypeDescriptor(typeId: string): TypeDescriptor;
差异内容:crossplatform
类名:uniformTypeDescriptor;
API声明:function getTypeDescriptor(typeId: string): TypeDescriptor;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:uniformTypeDescriptor;
API声明:function getUniformDataTypeByFilenameExtension(filenameExtension: string, belongsTo?: string): string;
差异内容:crossplatform
类名:uniformTypeDescriptor;
API声明:function getUniformDataTypeByFilenameExtension(filenameExtension: string, belongsTo?: string): string;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:uniformTypeDescriptor;
API声明:function getUniformDataTypeByMIMEType(mimeType: string, belongsTo?: string): string;
差异内容:crossplatform
类名:uniformTypeDescriptor;
API声明:function getUniformDataTypeByMIMEType(mimeType: string, belongsTo?: string): string;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:uniformTypeDescriptor;
API声明:function getUniformDataTypesByFilenameExtension(filenameExtension: string, belongsTo?: string): Array<string>;
差异内容:crossplatform
类名:uniformTypeDescriptor;
API声明:function getUniformDataTypesByFilenameExtension(filenameExtension: string, belongsTo?: string): Array<string>;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
API跨平台权限变更 类名:uniformTypeDescriptor;
API声明:function getUniformDataTypesByMIMEType(mimeType: string, belongsTo?: string): Array<string>;
差异内容:crossplatform
类名:uniformTypeDescriptor;
API声明:function getUniformDataTypesByMIMEType(mimeType: string, belongsTo?: string): Array<string>;
差异内容:NA
api/@ohos.data.uniformTypeDescriptor.d.ts
新增错误码 类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:NA
类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:201
api/@ohos.data.distributedDataObject.d.ts
删除错误码 类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
差异内容:15100004
类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
删除错误码 类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:15100004
类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:NA
api/@ohos.data.distributedKVStore.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
新增API NA 类名: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;
};
差异内容: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;
};
api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:global;
API声明:declare namespace dataShare
差异内容:declare namespace dataShare
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:enum ChangeType
差异内容:enum ChangeType
NA api/@ohos.data.dataShare.d.ts
删除API 类名:ChangeType;
API声明:INSERT = 0
差异内容:INSERT = 0
NA api/@ohos.data.dataShare.d.ts
删除API 类名:ChangeType;
API声明:DELETE
差异内容:DELETE
NA api/@ohos.data.dataShare.d.ts
删除API 类名:ChangeType;
API声明:UPDATE
差异内容:UPDATE
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:function createDataProxyHandle(): Promise<DataProxyHandle>;
差异内容:function createDataProxyHandle(): Promise<DataProxyHandle>;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:interface ProxyData
差异内容:interface ProxyData
NA api/@ohos.data.dataShare.d.ts
删除API 类名:ProxyData;
API声明:uri: string;
差异内容:uri: string;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:ProxyData;
API声明:value?: ValueType;
差异内容:value?: ValueType;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:ProxyData;
API声明:allowList?: string[];
差异内容:allowList?: string[];
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:interface DataProxyChangeInfo
差异内容:interface DataProxyChangeInfo
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyChangeInfo;
API声明:type: ChangeType;
差异内容:type: ChangeType;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyChangeInfo;
API声明:uri: string;
差异内容:uri: string;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyChangeInfo;
API声明:value: ValueType;
差异内容:value: ValueType;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:enum DataProxyErrorCode
差异内容:enum DataProxyErrorCode
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyErrorCode;
API声明:SUCCESS = 0
差异内容:SUCCESS = 0
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyErrorCode;
API声明:URI_NOT_EXIST = 1
差异内容:URI_NOT_EXIST = 1
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyErrorCode;
API声明:NO_PERMISSION = 2
差异内容:NO_PERMISSION = 2
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyErrorCode;
API声明:OVER_LIMIT = 3
差异内容:OVER_LIMIT = 3
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:interface DataProxyResult
差异内容:interface DataProxyResult
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyResult;
API声明:uri: string;
差异内容:uri: string;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyResult;
API声明:result: DataProxyErrorCode;
差异内容:result: DataProxyErrorCode;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:interface DataProxyGetResult
差异内容:interface DataProxyGetResult
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyGetResult;
API声明:uri: string;
差异内容:uri: string;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyGetResult;
API声明:result: DataProxyErrorCode;
差异内容:result: DataProxyErrorCode;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyGetResult;
API声明:value: ValueType | undefined;
差异内容:value: ValueType | undefined;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyGetResult;
API声明:allowList: string[] | undefined;
差异内容:allowList: string[] | undefined;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:enum DataProxyType
差异内容:enum DataProxyType
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyType;
API声明:SHARED_CONFIG = 0
差异内容:SHARED_CONFIG = 0
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:interface DataProxyConfig
差异内容:interface DataProxyConfig
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyConfig;
API声明:type: DataProxyType;
差异内容:type: DataProxyType;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:dataShare;
API声明:interface DataProxyHandle
差异内容:interface DataProxyHandle
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyHandle;
API声明:on(event: 'dataChange', uris: string[], config: DataProxyConfig, callback: AsyncCallback<DataProxyChangeInfo[]>): DataProxyResult[];
差异内容:on(event: 'dataChange', uris: string[], config: DataProxyConfig, callback: AsyncCallback<DataProxyChangeInfo[]>): DataProxyResult[];
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyHandle;
API声明:off(event: 'dataChange', uris: string[], config: DataProxyConfig, callback?: AsyncCallback<DataProxyChangeInfo[]>): DataProxyResult[];
差异内容:off(event: 'dataChange', uris: string[], config: DataProxyConfig, callback?: AsyncCallback<DataProxyChangeInfo[]>): DataProxyResult[];
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyHandle;
API声明:publish(data: ProxyData[], config: DataProxyConfig): Promise<DataProxyResult[]>;
差异内容:publish(data: ProxyData[], config: DataProxyConfig): Promise<DataProxyResult[]>;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyHandle;
API声明:delete(uris: string[], config: DataProxyConfig): Promise<DataProxyResult[]>;
差异内容:delete(uris: string[], config: DataProxyConfig): Promise<DataProxyResult[]>;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:DataProxyHandle;
API声明:get(uris: string[], config: DataProxyConfig): Promise<DataProxyGetResult[]>;
差异内容:get(uris: string[], config: DataProxyConfig): Promise<DataProxyGetResult[]>;
NA api/@ohos.data.dataShare.d.ts
删除API 类名:global;
API声明:declare enum FormType
差异内容:declare enum FormType
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:FormType;
API声明:TYPE_BIG = 0
差异内容:TYPE_BIG = 0
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:FormType;
API声明:TYPE_MID = 1
差异内容:TYPE_MID = 1
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:FormType;
API声明:TYPE_SMALL = 2
差异内容:TYPE_SMALL = 2
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:global;
API声明:declare struct ContentFormCard
差异内容:declare struct ContentFormCard
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:ContentFormCard;
API声明:contentFormData: uniformDataStruct.ContentForm;
差异内容:contentFormData: uniformDataStruct.ContentForm;
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:ContentFormCard;
API声明:@Prop
formType: FormType;
差异内容:@Prop
formType: FormType;
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:ContentFormCard;
API声明:@Prop
formWidth?: number;
差异内容:@Prop
formWidth?: number;
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:ContentFormCard;
API声明:@Prop
formHeight?: number;
差异内容:@Prop
formHeight?: number;
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:ContentFormCard;
API声明:handleOnClick?: Function;
差异内容:handleOnClick?: Function;
NA api/@ohos.data.UdmfComponents.d.ets
删除API 类名:distributedDataObject;
API声明:type DataObserver = (sessionId: string, fields: Array<string>) => void;
差异内容:type DataObserver = (sessionId: string, fields: Array<string>) => void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:distributedDataObject;
API声明:type StatusObserver = (sessionId: string, networkId: string, status: string) => void;
差异内容:type StatusObserver = (sessionId: string, networkId: string, status: string) => void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:distributedDataObject;
API声明:type ProgressObserver = (sessionId: string, progress: number) => void;
差异内容:type ProgressObserver = (sessionId: string, progress: number) => void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:DataObject;
API声明:on(type: 'change', callback: DataObserver): void;
差异内容:on(type: 'change', callback: DataObserver): void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:DataObject;
API声明:off(type: 'change', callback?: DataObserver): void;
差异内容:off(type: 'change', callback?: DataObserver): void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:DataObject;
API声明:on(type: 'status', callback: StatusObserver): void;
差异内容:on(type: 'status', callback: StatusObserver): void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:DataObject;
API声明:off(type: 'status', callback?: StatusObserver): void;
差异内容:off(type: 'status', callback?: StatusObserver): void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:DataObject;
API声明:on(type: 'progressChanged', callback: ProgressObserver): void;
差异内容:on(type: 'progressChanged', callback: ProgressObserver): void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:DataObject;
API声明:off(type: 'progressChanged', callback?: ProgressObserver): void;
差异内容:off(type: 'progressChanged', callback?: ProgressObserver): void;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:DataObject;
API声明:setAsset(assetKey: string, uri: string): Promise<void>;
差异内容:setAsset(assetKey: string, uri: string): Promise<void>;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:DataObject;
API声明:setAssets(assetsKey: string, uris: Array<string>): Promise<void>;
差异内容:setAssets(assetsKey: string, uris: Array<string>): Promise<void>;
NA api/@ohos.data.distributedDataObject.d.ts
删除API 类名:preferences;
API声明:enum StorageType
差异内容:enum StorageType
NA api/@ohos.data.preferences.d.ts
删除API 类名:StorageType;
API声明:XML = 0
差异内容:XML = 0
NA api/@ohos.data.preferences.d.ts
删除API 类名:StorageType;
API声明:GSKV
差异内容:GSKV
NA api/@ohos.data.preferences.d.ts
删除API 类名:Options;
API声明:storageType?: StorageType | null | undefined;
差异内容:storageType?: StorageType | null | undefined;
NA api/@ohos.data.preferences.d.ts
删除API 类名:preferences;
API声明:function isStorageTypeSupported(type: StorageType): boolean;
差异内容:function isStorageTypeSupported(type: StorageType): boolean;
NA api/@ohos.data.preferences.d.ts
删除API 类名:StoreConfig;
API声明:rootDir?: string;
差异内容:rootDir?: string;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:StoreConfig;
API声明:vector?: boolean;
差异内容:vector?: boolean;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:StoreConfig;
API声明:tokenizer?: Tokenizer;
差异内容:tokenizer?: Tokenizer;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:StoreConfig;
API声明:persist?: boolean;
差异内容:persist?: boolean;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:StoreConfig;
API声明:enableSemanticIndex?: boolean;
差异内容:enableSemanticIndex?: boolean;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:enum Tokenizer
差异内容:enum Tokenizer
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:Tokenizer;
API声明:NONE_TOKENIZER = 0
差异内容:NONE_TOKENIZER = 0
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:Tokenizer;
API声明:ICU_TOKENIZER
差异内容:ICU_TOKENIZER
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:Tokenizer;
API声明:CUSTOM_TOKENIZER
差异内容:CUSTOM_TOKENIZER
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:interface ExceptionMessage
差异内容:interface ExceptionMessage
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ExceptionMessage;
API声明:code: number;
差异内容:code: number;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ExceptionMessage;
API声明:message: string;
差异内容:message: string;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ExceptionMessage;
API声明:sql: string;
差异内容:sql: string;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:interface SqlInfo
差异内容:interface SqlInfo
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:SqlInfo;
API声明:sql: string;
差异内容:sql: string;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:SqlInfo;
API声明:args: Array<ValueType>;
差异内容:args: Array<ValueType>;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:DistributedConfig;
API声明:asyncDownloadAsset?: boolean;
差异内容:asyncDownloadAsset?: boolean;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:DistributedConfig;
API声明:enableCloud?: boolean;
差异内容:enableCloud?: boolean;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:enum ColumnType
差异内容:enum ColumnType
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:NULL
差异内容:NULL
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:INTEGER
差异内容:INTEGER
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:REAL
差异内容:REAL
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:TEXT
差异内容:TEXT
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:BLOB
差异内容:BLOB
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:ASSET
差异内容:ASSET
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:ASSETS
差异内容:ASSETS
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:FLOAT_VECTOR
差异内容:FLOAT_VECTOR
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ColumnType;
API声明:UNLIMITED_INT
差异内容:UNLIMITED_INT
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbPredicates;
API声明:having(conditions: string, args?: Array<ValueType>): RdbPredicates;
差异内容:having(conditions: string, args?: Array<ValueType>): RdbPredicates;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ResultSet;
API声明:getColumnType(columnIdentifier: number | string): Promise<ColumnType>;
差异内容:getColumnType(columnIdentifier: number | string): Promise<ColumnType>;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ResultSet;
API声明:getColumnTypeSync(columnIdentifier: number | string): ColumnType;
差异内容:getColumnTypeSync(columnIdentifier: number | string): ColumnType;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:ResultSet;
API声明:getRows(maxCount: number, position?: number): Promise<Array<ValuesBucket>>;
差异内容:getRows(maxCount: number, position?: number): Promise<Array<ValuesBucket>>;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbStore;
API声明:batchInsertWithConflictResolution(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): Promise<number>;
差异内容:batchInsertWithConflictResolution(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): Promise<number>;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbStore;
API声明:batchInsertWithConflictResolutionSync(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): number;
差异内容:batchInsertWithConflictResolutionSync(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): number;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbStore;
API声明:on(event: 'sqliteErrorOccurred', observer: Callback<ExceptionMessage>): void;
差异内容:on(event: 'sqliteErrorOccurred', observer: Callback<ExceptionMessage>): void;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbStore;
API声明:on(event: 'perfStat', observer: Callback<SqlExecutionInfo>): void;
差异内容:on(event: 'perfStat', observer: Callback<SqlExecutionInfo>): void;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbStore;
API声明:off(event: 'sqliteErrorOccurred', observer?: Callback<ExceptionMessage>): void;
差异内容:off(event: 'sqliteErrorOccurred', observer?: Callback<ExceptionMessage>): void;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbStore;
API声明:off(event: 'perfStat', observer?: Callback<SqlExecutionInfo>): void;
差异内容:off(event: 'perfStat', observer?: Callback<SqlExecutionInfo>): void;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbStore;
API声明:rekey(cryptoParam?: CryptoParam): Promise<void>;
差异内容:rekey(cryptoParam?: CryptoParam): Promise<void>;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:RdbStore;
API声明:setLocale(locale: string): Promise<void>;
差异内容:setLocale(locale: string): Promise<void>;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:Transaction;
API声明:batchInsertWithConflictResolution(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): Promise<number>;
差异内容:batchInsertWithConflictResolution(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): Promise<number>;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:Transaction;
API声明:batchInsertWithConflictResolutionSync(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): number;
差异内容:batchInsertWithConflictResolutionSync(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): number;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:function isVectorSupported(): boolean;
差异内容:function isVectorSupported(): boolean;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:function isTokenizerSupported(tokenizer: Tokenizer): boolean;
差异内容:function isTokenizerSupported(tokenizer: Tokenizer): boolean;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:function getInsertSqlInfo(table: string, values: ValuesBucket, conflict?: ConflictResolution): SqlInfo;
差异内容:function getInsertSqlInfo(table: string, values: ValuesBucket, conflict?: ConflictResolution): SqlInfo;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:function getUpdateSqlInfo(predicates: RdbPredicates, values: ValuesBucket, conflict?: ConflictResolution): SqlInfo;
差异内容:function getUpdateSqlInfo(predicates: RdbPredicates, values: ValuesBucket, conflict?: ConflictResolution): SqlInfo;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:function getDeleteSqlInfo(predicates: RdbPredicates): SqlInfo;
差异内容:function getDeleteSqlInfo(predicates: RdbPredicates): SqlInfo;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:relationalStore;
API声明:function getQuerySqlInfo(predicates: RdbPredicates, columns?: Array<string>): SqlInfo;
差异内容:function getQuerySqlInfo(predicates: RdbPredicates, columns?: Array<string>): SqlInfo;
NA api/@ohos.data.relationalStore.d.ts
删除API 类名:sendableRelationalStore;
API声明:type NonSendableValues = Array<relationalStore.ValueType>;
差异内容:type NonSendableValues = Array<relationalStore.ValueType>;
NA api/@ohos.data.sendableRelationalStore.d.ets
删除API 类名:sendableRelationalStore;
API声明:function fromSendableValues(values: collections.Array<ValueType>): NonSendableValues;
差异内容:function fromSendableValues(values: collections.Array<ValueType>): NonSendableValues;
NA api/@ohos.data.sendableRelationalStore.d.ets
删除API 类名:sendableRelationalStore;
API声明:function toSendableValues(values: NonSendableValues): collections.Array<ValueType>;
差异内容:function toSendableValues(values: NonSendableValues): collections.Array<ValueType>;
NA api/@ohos.data.sendableRelationalStore.d.ets
删除API 类名:Intention;
API声明:SYSTEM_SHARE = 'SystemShare'
差异内容:SYSTEM_SHARE = 'SystemShare'
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:Intention;
API声明:PICKER = 'Picker'
差异内容:PICKER = 'Picker'
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:Intention;
API声明:MENU = 'Menu'
差异内容:MENU = 'Menu'
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:unifiedDataChannel;
API声明:enum Visibility
差异内容:enum Visibility
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:Visibility;
API声明:ALL
差异内容:ALL
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:Visibility;
API声明:OWN_PROCESS
差异内容:OWN_PROCESS
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:unifiedDataChannel;
API声明:interface Options
差异内容:interface Options
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:Options;
API声明:intention?: Intention;
差异内容:intention?: Intention;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:Options;
API声明:key?: string;
差异内容:key?: string;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:Options;
API声明:visibility?: Visibility;
差异内容:visibility?: Visibility;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:GetDataParams;
API声明:acceptableInfo?: DataLoadInfo;
差异内容:acceptableInfo?: DataLoadInfo;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:unifiedDataChannel;
API声明:interface DataLoadInfo
差异内容:interface DataLoadInfo
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:DataLoadInfo;
API声明:types?: Set<string>;
差异内容:types?: Set<string>;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:DataLoadInfo;
API声明:recordCount?: number;
差异内容:recordCount?: number;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:unifiedDataChannel;
API声明:type DataLoadHandler = (acceptableInfo?: DataLoadInfo) => UnifiedData | null;
差异内容:type DataLoadHandler = (acceptableInfo?: DataLoadInfo) => UnifiedData | null;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:unifiedDataChannel;
API声明:interface DataLoadParams
差异内容:interface DataLoadParams
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:DataLoadParams;
API声明:loadHandler: DataLoadHandler;
差异内容:loadHandler: DataLoadHandler;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:DataLoadParams;
API声明:dataLoadInfo: DataLoadInfo;
差异内容:dataLoadInfo: DataLoadInfo;
NA api/@ohos.data.unifiedDataChannel.d.ts
删除API 类名:unifiedDataChannel;
API声明:function convertRecordsToEntries(data: UnifiedData): void;
差异内容:function convertRecordsToEntries(data: UnifiedData): void;
NA api/@ohos.data.unifiedDataChannel.d.ts
起始版本有变化 类名:Intention;
API声明:DRAG = 'Drag'
差异内容:14
类名:Intention;
API声明:DRAG = 'Drag'
差异内容:12
api/@ohos.data.unifiedDataChannel.d.ts
起始版本有变化 类名:unifiedDataChannel;
API声明:function setAppShareOptions(intention: Intention, shareOptions: ShareOptions): void;
差异内容:14
类名:unifiedDataChannel;
API声明:function setAppShareOptions(intention: Intention, shareOptions: ShareOptions): void;
差异内容:12
api/@ohos.data.unifiedDataChannel.d.ts
起始版本有变化 类名:unifiedDataChannel;
API声明:function removeAppShareOptions(intention: Intention): void;
差异内容:14
类名:unifiedDataChannel;
API声明:function removeAppShareOptions(intention: Intention): void;
差异内容:12
api/@ohos.data.unifiedDataChannel.d.ts
删除kit 类名:global;
API声明:api@ohos.data.dataShare.d.ts
差异内容:ArkData
类名:global;
API声明:
差异内容:NA
api/@ohos.data.dataShare.d.ts
删除kit 类名:global;
API声明:api@ohos.data.UdmfComponents.d.ets
差异内容:ArkData
类名:global;
API声明:
差异内容:NA
api/@ohos.data.UdmfComponents.d.ets
API从支持元服务到不支持元服务 类名:global;
API声明:declare namespace dataSharePredicates
差异内容:atomicservice
类名:global;
API声明:declare namespace dataSharePredicates
差异内容:NA
api/@ohos.data.dataSharePredicates.d.ts
API从支持元服务到不支持元服务 类名:dataSharePredicates;
API声明:class DataSharePredicates
差异内容:atomicservice
类名:dataSharePredicates;
API声明:class DataSharePredicates
差异内容:NA
api/@ohos.data.dataSharePredicates.d.ts
API从支持元服务到不支持元服务 类名:DataSharePredicates;
API声明:equalTo(field: string, value: ValueType): DataSharePredicates;
差异内容:atomicservice
类名:DataSharePredicates;
API声明:equalTo(field: string, value: ValueType): DataSharePredicates;
差异内容:NA
api/@ohos.data.dataSharePredicates.d.ts
API从支持元服务到不支持元服务 类名:DataSharePredicates;
API声明:and(): DataSharePredicates;
差异内容:atomicservice
类名:DataSharePredicates;
API声明:and(): DataSharePredicates;
差异内容:NA
api/@ohos.data.dataSharePredicates.d.ts
API从支持元服务到不支持元服务 类名:DataSharePredicates;
API声明:orderByAsc(field: string): DataSharePredicates;
差异内容:atomicservice
类名:DataSharePredicates;
API声明:orderByAsc(field: string): DataSharePredicates;
差异内容:NA
api/@ohos.data.dataSharePredicates.d.ts
API从支持元服务到不支持元服务 类名:DataSharePredicates;
API声明:orderByDesc(field: string): DataSharePredicates;
差异内容:atomicservice
类名:DataSharePredicates;
API声明:orderByDesc(field: string): DataSharePredicates;
差异内容:NA
api/@ohos.data.dataSharePredicates.d.ts
API从支持元服务到不支持元服务 类名:DataSharePredicates;
API声明:limit(total: number, offset: number): DataSharePredicates;
差异内容:atomicservice
类名:DataSharePredicates;
API声明:limit(total: number, offset: number): DataSharePredicates;
差异内容:NA
api/@ohos.data.dataSharePredicates.d.ts
API从支持元服务到不支持元服务 类名:DataSharePredicates;
API声明:in(field: string, value: Array<ValueType>): DataSharePredicates;
差异内容:atomicservice
类名:DataSharePredicates;
API声明:in(field: string, value: Array<ValueType>): DataSharePredicates;
差异内容:NA
api/@ohos.data.dataSharePredicates.d.ts
API从支持元服务到不支持元服务 类名:global;
API声明:export type ValueType = number | string | boolean;
差异内容:atomicservice
类名:global;
API声明:export type ValueType = number | string | boolean;
差异内容:NA
api/@ohos.data.ValuesBucket.d.ts