Change Type Old Version New Version d.ts File
Added NA Module name: ohos.data.cloudData
Class name: cloudData
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Action
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Action
Method or attribute name: CLEAR_CLOUD_INFO
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Action
Method or attribute name: CLEAR_CLOUD_DATA_AND_INFO
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static enableCloud(
accountId: string,
switches: { [bundleName: string]: boolean },
callback: AsyncCallback<void>
): void;
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static enableCloud(accountId: string, switches: { [bundleName: string]: boolean }): Promise<void>;
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static disableCloud(accountId: string, callback: AsyncCallback<void>): void;
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static disableCloud(accountId: string): Promise<void>;
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static changeAppCloudSwitch(
accountId: string,
bundleName: string,
status: boolean,
callback: AsyncCallback<void>
): void;
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise<void>;
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback<void>): void;
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static notifyDataChange(accountId: string, bundleName: string): Promise<void>;
@ohos.data.cloudData.d.ts
Added NA Module name: ohos.data.dataShare
Class name: DataShareHelperOption
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelperOption
Method or attribute name:
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: DataShareHelperOption
Method or attribute name: isProxy?: boolean;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelperOption
Method or attribute name: isProxy?: boolean;
@ohos.data.dataShare.d.ts
Added NA Class name: dataShare
Method or attribute name: function createDataShareHelper(
context: Context,
uri: string,
option: DataShareHelperOption,
callback: AsyncCallback<DataShareHelper>
): void;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: TemplateId
@ohos.data.dataShare.d.ts
Added NA Class name: TemplateId
Method or attribute name:
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: TemplateId
Method or attribute name: subscriberId: string;
@ohos.data.dataShare.d.ts
Added NA Class name: TemplateId
Method or attribute name: subscriberId: string;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: TemplateId
Method or attribute name: bundleNameOfOwner: string;
@ohos.data.dataShare.d.ts
Added NA Class name: TemplateId
Method or attribute name: bundleNameOfOwner: string;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: PublishedItem
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: PublishedItem
Method or attribute name: key: string;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: PublishedItem
Method or attribute name: data: string | Ashmem;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: PublishedItem
Method or attribute name: subscriberId: string;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: RdbDataChangeNode
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: RdbDataChangeNode
Method or attribute name: uri: string;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: RdbDataChangeNode
Method or attribute name: templateId: TemplateId;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: RdbDataChangeNode
Method or attribute name: data: Array<string>;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: PublishedDataChangeNode
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: PublishedDataChangeNode
Method or attribute name: bundleName: string;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: PublishedDataChangeNode
Method or attribute name: data: Array<PublishedItem>;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: Template
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: Template
Method or attribute name: predicates: { [key: string]: string };
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: Template
Method or attribute name: scheduler: string;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: OperationResult
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: OperationResult
Method or attribute name: key: string;
@ohos.data.dataShare.d.ts
Added NA Module name: ohos.data.dataShare
Class name: OperationResult
Method or attribute name: result: number;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: addTemplate(uri: string, subscriberId: string, template: Template): void;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: on(
type: 'rdbDataChange',
uris: Array<string>,
templateId: TemplateId,
callback: AsyncCallback<RdbDataChangeNode>
): Array<OperationResult>;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: off(
type: 'rdbDataChange',
uris: Array<string>,
templateId: TemplateId,
callback?: AsyncCallback<RdbDataChangeNode>
): Array<OperationResult>;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: on(
type: 'publishedDataChange',
uris: Array<string>,
subscriberId: string,
callback: AsyncCallback<PublishedDataChangeNode>
): Array<OperationResult>;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: off(
type: 'publishedDataChange',
uris: Array<string>,
subscriberId: string,
callback?: AsyncCallback<PublishedDataChangeNode>
): Array<OperationResult>;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: publish(
data: Array<PublishedItem>,
bundleName: string,
version: number,
callback: AsyncCallback<Array<OperationResult>>
): void;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: publish(
data: Array<PublishedItem>,
bundleName: string,
callback: AsyncCallback<Array<OperationResult>>
): void;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: publish(data: Array<PublishedItem>, bundleName: string, version?: number): Promise<Array<OperationResult>>;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: getPublishedData(bundleName: string, callback: AsyncCallback<Array<PublishedItem>>): void;
@ohos.data.dataShare.d.ts
Added NA Class name: DataShareHelper
Method or attribute name: getPublishedData(bundleName: string): Promise<Array<PublishedItem>>;
@ohos.data.dataShare.d.ts
Added NA Class name: KVManagerConfig
Method or attribute name: context: BaseContext;
@ohos.data.distributedKVStore.d.ts
Added NA Module name: ohos.data.relationalStore
Class name: ValueType
Method or attribute name: type ValueType = null | number | string | boolean | Uint8Array;
@ohos.data.relationalStore.d.ts
Added NA Class name: ValueType
Method or attribute name: type ValueType = null | number | string | boolean | Uint8Array;
@ohos.data.relationalStore.d.ts
Added NA Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_CLOUD
@ohos.data.relationalStore.d.ts
Added NA Module name: ohos.data.relationalStore
Class name: ConflictResolution
@ohos.data.relationalStore.d.ts
Added NA Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_NONE = 0
@ohos.data.relationalStore.d.ts
Added NA Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_ROLLBACK = 1
@ohos.data.relationalStore.d.ts
Added NA Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_ABORT = 2
@ohos.data.relationalStore.d.ts
Added NA Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_FAIL = 3
@ohos.data.relationalStore.d.ts
Added NA Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_IGNORE = 4
@ohos.data.relationalStore.d.ts
Added NA Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_REPLACE = 5
@ohos.data.relationalStore.d.ts
Added NA Class name: RdbStore
Method or attribute name: version: number;
@ohos.data.relationalStore.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UDMF
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: TEXT = 'Text'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: PLAIN_TEXT = 'Text.PlainText'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: HYPERLINK = 'Text.Hyperlink'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: HTML = 'Text.HTML'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: FILE = 'File'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: IMAGE = 'File.Media.Image'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: VIDEO = 'File.Media.Video'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: FOLDER = 'File.Folder'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: SYSTEM_DEFINED_RECORD = 'SystemDefinedType'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: SYSTEM_DEFINED_FORM = 'SystemDefinedType.Form'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: SYSTEM_DEFINED_APP_ITEM = 'SystemDefinedType.AppItem'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: SYSTEM_DEFINED_PIXEL_MAP = 'SystemDefinedType.PixelMap'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: APPLICATION_DEFINED_RECORD = 'ApplicationDefinedType'
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedData
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedData
Method or attribute name: constructor(record: UnifiedRecord);
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedData
Method or attribute name: addRecord(record: UnifiedRecord): void;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedData
Method or attribute name: getRecords(): Array<UnifiedRecord>;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Summary
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Summary
Method or attribute name: summary: { [key: string]: number };
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Summary
Method or attribute name: totalSize: number;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedRecord
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: UnifiedRecord
Method or attribute name: getType(): string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Text
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Text
Method or attribute name: details?: { [key: string]: string };
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: PlainText
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: PlainText
Method or attribute name: textContent: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: PlainText
Method or attribute name: abstract?: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Hyperlink
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Hyperlink
Method or attribute name: url: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Hyperlink
Method or attribute name: description?: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: HTML
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: HTML
Method or attribute name: htmlContent: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: HTML
Method or attribute name: plainContent?: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: File
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: File
Method or attribute name: details?: { [key: string]: string };
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: File
Method or attribute name: uri: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Image
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Image
Method or attribute name: imageUri: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Video
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Video
Method or attribute name: videoUri: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Folder
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: Folder
Method or attribute name: folderUri: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedRecord
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedRecord
Method or attribute name: details?: { [key: string]: number | string | Uint8Array };
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedForm
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: formId: number;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: formName: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: bundleName: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: abilityName: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: module: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: appId: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: appName: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: appIconId: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: appLabelId: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: bundleName: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: abilityName: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedPixelMap
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: SystemDefinedPixelMap
Method or attribute name: rawData: Uint8Array;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: ApplicationDefinedRecord
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: ApplicationDefinedRecord
Method or attribute name: applicationDefinedType: string;
@ohos.data.UDMF.d.ts
Added NA Module name: ohos.data.UDMF
Class name: ApplicationDefinedRecord
Method or attribute name: rawData: Uint8Array;
@ohos.data.UDMF.d.ts
Deleted Module name: ohos.data.relationalStore
Class name: relationalStore
Method or attribute name: type ValuesBucket = { [key:string]: ValueType | Uint8Array | null;}
NA @ohos.data.relationalStore.d.ts
Permission added Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Permission: N/A
Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Permission: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.data.rdb.d.ts
Permission added Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Permission: N/A
Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Permission: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.data.relationalStore.d.ts
Function changed Class name: dataShare
Method or attribute name: function createDataShareHelper(context: Context, uri: string): Promise<DataShareHelper>;
Class name: dataShare
Method or attribute name: function createDataShareHelper(
context: Context,
uri: string,
option?: DataShareHelperOption
): Promise<DataShareHelper>;
@ohos.data.dataShare.d.ts
Function changed Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback): void;
insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
@ohos.data.relationalStore.d.ts
Function changed Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket): Promise<number>;
Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket): Promise<number>;
insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise<number>;
@ohos.data.relationalStore.d.ts
Function changed Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
@ohos.data.relationalStore.d.ts
Function changed Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise<number>;
@ohos.data.relationalStore.d.ts
Function changed Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
query(predicates: RdbPredicates, callback: AsyncCallback<ResultSet>): void;
@ohos.data.relationalStore.d.ts
Function changed Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
querySql(sql: string, callback: AsyncCallback<ResultSet>): void;
@ohos.data.relationalStore.d.ts
Function changed Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
executeSql(sql: string, callback: AsyncCallback<void>): void;
@ohos.data.relationalStore.d.ts