| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Deleted|Class name: FileKey;
Method or attribute name: WIDTH = 'width'|NA|@ohos.file.fileAccess.d.ts|
|Deleted|Class name: FileKey;
Method or attribute name: HEIGHT = 'height'|NA|@ohos.file.fileAccess.d.ts|
|Deleted|Class name: FileKey;
Method or attribute name: DURATION = 'duration'|NA|@ohos.file.fileAccess.d.ts|
|Deleted|Class name: FileAccessHelper;
Method or attribute name: getThumbnail(uri: string, size: image.Size): Promise\;|NA|@ohos.file.fileAccess.d.ts|
|Deleted|Class name: FileAccessHelper;
Method or attribute name: getThumbnail(uri: string, size: image.Size, callback: AsyncCallback\): void;|NA|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: BundleVersion;
Method or attribute name: code: number;|@ohos.application.BackupExtensionAbility.d.ts|
|Added|NA|Class name: BundleVersion;
Method or attribute name: name: string;|@ohos.application.BackupExtensionAbility.d.ts|
|Added|NA|Class name: BackupExtensionAbility;
Method or attribute name: onBackup(): void;|@ohos.application.BackupExtensionAbility.d.ts|
|Added|NA|Class name: BackupExtensionAbility;
Method or attribute name: onRestore(bundleVersion: BundleVersion): void;|@ohos.application.BackupExtensionAbility.d.ts|
|Added|NA|Class name: GallerySync;
Method or attribute name: off(evt: 'progress', callback: (pg: SyncProgress) => void): void;|@ohos.file.cloudSync.d.ts|
|Added|NA|Class name: Download;
Method or attribute name: off(evt: 'progress', callback: (pg: DownloadProgress) => void): void;|@ohos.file.cloudSync.d.ts|
|Added|NA|Class name: NotifyType;
Method or attribute name: NOTIFY_ADD|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: NotifyType;
Method or attribute name: NOTIFY_DELETE|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: NotifyType;
Method or attribute name: NOTIFY_MOVED_TO|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: NotifyType;
Method or attribute name: NOTIFY_MOVED_FROM|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: NotifyType;
Method or attribute name: NOTIFY_MOVE_SELF|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: NotifyMessage;
Method or attribute name: type: NotifyType;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: NotifyMessage;
Method or attribute name: uris: Array\;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper;
Method or attribute name: registerObserver(uri: string, notifyForDescendants: boolean, callback: Callback\): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper;
Method or attribute name: unregisterObserver(uri: string, callback?: Callback\): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileUri;
Method or attribute name: constructor(uriOrPath: string);|@ohos.file.fileuri.d.ts|
|Added|NA|Class name: FileUri;
Method or attribute name: readonly name: string;|@ohos.file.fileuri.d.ts|
|Added|NA|Class name: sourcefile;
Method or attribute name: declare function copyDir(src: string, dest: string, callback: AsyncCallback\>): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: sourcefile;
Method or attribute name: declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback\>): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: sourcefile;
Method or attribute name: declare function copyDirSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: sourcefile;
Method or attribute name: declare function dup(fd: number): File;|@ohos.file.fs.d.ts|
|Added|NA|Class name: sourcefile;
Method or attribute name: declare function moveDir(src: string, dest: string, callback: AsyncCallback\>): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: sourcefile;
Method or attribute name: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\>): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: sourcefile;
Method or attribute name: declare function moveDirSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: File;
Method or attribute name: readonly path: string;|@ohos.file.fs.d.ts|
|Added|NA|Class name: File;
Method or attribute name: readonly name: string;|@ohos.file.fs.d.ts|
|Added|NA|Class name: PhotoAsset;
Method or attribute name: setUserComment(userComment: string, callback: AsyncCallback\): void;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoAsset;
Method or attribute name: setUserComment(userComment: string): Promise\;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoAsset;
Method or attribute name: getExif(callback: AsyncCallback\): void;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoAsset;
Method or attribute name: getExif(): Promise\;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoKeys;
Method or attribute name: USER_COMMENT = 'user_comment'|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoKeys;
Method or attribute name: CAMERA_SHOT_KEY = 'camera_shot_key'|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoCreateOptions;
Method or attribute name: cameraShotKey?: string;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoAccessHelper;
Method or attribute name: createDeleteRequest(uriList: Array\, callback: AsyncCallback\): void;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoAccessHelper;
Method or attribute name: createDeleteRequest(uriList: Array\): Promise\;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoAccessHelper;
Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions, callback: AsyncCallback\): void;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoAccessHelper;
Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions): Promise\;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoViewMIMETypes;
Method or attribute name: IMAGE_TYPE = 'image/*'|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoViewMIMETypes;
Method or attribute name: VIDEO_TYPE = 'video/*'|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoViewMIMETypes;
Method or attribute name: IMAGE_VIDEO_TYPE = '\*\/\*'|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoSelectOptions;
Method or attribute name: MIMEType?: PhotoViewMIMETypes;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoSelectOptions;
Method or attribute name: maxSelectNumber?: number;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoSelectResult;
Method or attribute name: photoUris: Array\;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoSelectResult;
Method or attribute name: isOriginalPhoto: boolean;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoViewPicker;
Method or attribute name: select(option?: PhotoSelectOptions): Promise\;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoViewPicker;
Method or attribute name: select(option: PhotoSelectOptions, callback: AsyncCallback\): void;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: PhotoViewPicker;
Method or attribute name: select(callback: AsyncCallback\): void;|@ohos.file.photoAccessHelper.d.ts|
|Added|NA|Class name: DocumentSelectOptions;
Method or attribute name: defaultFilePathUri?: string;|@ohos.file.picker.d.ts|
|Added|NA|Class name: DocumentSaveOptions;
Method or attribute name: defaultFilePathUri?: string;|@ohos.file.picker.d.ts|
|Added|NA|Class name: DocumentSelectOptions;
Method or attribute name: fileSuffixFilters?: Array\;|@ohos.file.picker.d.ts|
|Added|NA|Class name: DocumentSelectOptions;
Method or attribute name: maxSelectNumber?: number;|@ohos.file.picker.d.ts|
|Added|NA|Class name: DocumentSaveOptions;
Method or attribute name: fileSuffixChoices?: Array\;|@ohos.file.picker.d.ts|
|Added|NA|Class name: recent;
Method or attribute name: function listFile(): Array\;|@ohos.file.recent.d.ts|
|Added|NA|Class name: recent;
Method or attribute name: function add(uri: string): void;|@ohos.file.recent.d.ts|
|Added|NA|Class name: recent;
Method or attribute name: function remove(uri: string): void;|@ohos.file.recent.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly uri: string;|@ohos.file.recent.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly srcPath: string;|@ohos.file.recent.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly fileName: string;|@ohos.file.recent.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly mode: number;|@ohos.file.recent.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly size: number;|@ohos.file.recent.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly mtime: number;|@ohos.file.recent.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly ctime: number;|@ohos.file.recent.d.ts|
|Added|NA|Class name: statfs;
Method or attribute name: function getFreeSizeSync(path: string): number;|@ohos.file.statvfs.d.ts|
|Added|NA|Class name: statfs;
Method or attribute name: function getTotalSizeSync(path: string): number;|@ohos.file.statvfs.d.ts|
|Added|NA|Class name: storageStatistics;
Method or attribute name: function getTotalSizeSync(): number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Class name: storageStatistics;
Method or attribute name: function getFreeSizeSync(): number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Class name: trash;
Method or attribute name: function listFile(): Array\;|@ohos.file.trash.d.ts|
|Added|NA|Class name: trash;
Method or attribute name: function recover(uri: string): void;|@ohos.file.trash.d.ts|
|Added|NA|Class name: trash;
Method or attribute name: function completelyDelete(uri: string): void;|@ohos.file.trash.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly uri: string;|@ohos.file.trash.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly srcPath: string;|@ohos.file.trash.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly fileName: string;|@ohos.file.trash.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly mode: number;|@ohos.file.trash.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly size: number;|@ohos.file.trash.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly mtime: number;|@ohos.file.trash.d.ts|
|Added|NA|Class name: FileInfo;
Method or attribute name: readonly ctime: number;|@ohos.file.trash.d.ts|
|Added|NA|Class name: FileAsset;
Method or attribute name: setUserComment(userComment: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: FileAsset;
Method or attribute name: setUserComment(userComment: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: FileAsset;
Method or attribute name: getExif(callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: FileAsset;
Method or attribute name: getExif(): Promise\;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: ImageVideoKey;
Method or attribute name: USER_COMMENT|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: ImageVideoKey;
Method or attribute name: CAMERA_SHOT_KEY|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: PhotoCreateOptions;
Method or attribute name: cameraShotKey?: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager;
Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager;
Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions): Promise\;|@ohos.filemanagement.userFileManager.d.ts|
|Error code changed|Class name: sourcefile;
Method or attribute name: declare function moveDir(src: string, dest: string, callback: AsyncCallback\): void;
Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;
Method or attribute name: declare function moveDir(src: string, dest: string, callback: AsyncCallback\): void;
New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts|
|Error code changed|Class name: sourcefile;
Method or attribute name: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\): void;
Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;
Method or attribute name: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\): void;
New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: get(member: string): MemberType;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: get(member: string): MemberType;
New version information: 401, 13900020, 14000014|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: set(member: string, value: string): void;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: set(member: string, value: string): void;
New version information: 401, 13900020, 14000014|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: commitModify(callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Old version information: 401|Class name: Album;
Method or attribute name: commitModify(callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: commitModify(): Promise\;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: commitModify(): Promise\;
New version information: 401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: commitModify(): Promise\;
Old version information: 401|Class name: Album;
Method or attribute name: commitModify(): Promise\;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: open(mode: string, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: PhotoAsset;
Method or attribute name: open(mode: string, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: open(mode: string): Promise\;
Old version information: 202,401|Class name: PhotoAsset;
Method or attribute name: open(mode: string): Promise\;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: getReadOnlyFd(callback: AsyncCallback\): void;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: getReadOnlyFd(callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: getReadOnlyFd(): Promise\;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: getReadOnlyFd(): Promise\;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: close(fd: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: close(fd: number, callback: AsyncCallback\): void;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: close(fd: number): Promise\;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: close(fd: number): Promise\;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: getThumbnail(callback: AsyncCallback\): void;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: getThumbnail(callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: getThumbnail(size: image.Size, callback: AsyncCallback\): void;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: getThumbnail(size: image.Size, callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: getThumbnail(size?: image.Size): Promise\;
Old version information: 401|Class name: PhotoAsset;
Method or attribute name: getThumbnail(size?: image.Size): Promise\;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: setFavorite(favoriteState: boolean, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: PhotoAsset;
Method or attribute name: setFavorite(favoriteState: boolean, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: setFavorite(favoriteState: boolean): Promise\;
Old version information: 202,401|Class name: PhotoAsset;
Method or attribute name: setFavorite(favoriteState: boolean): Promise\;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: PhotoAsset;
Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAsset;
Method or attribute name: setHidden(hiddenState: boolean): Promise\;
Old version information: 202,401|Class name: PhotoAsset;
Method or attribute name: setHidden(hiddenState: boolean): Promise\;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getCount(): number;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getCount(): number;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: isAfterLast(): boolean;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: isAfterLast(): boolean;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getFirstObject(callback: AsyncCallback\): void;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getFirstObject(callback: AsyncCallback\): void;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getFirstObject(): Promise\;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getFirstObject(): Promise\;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getNextObject(callback: AsyncCallback\): void;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getNextObject(callback: AsyncCallback\): void;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getNextObject(): Promise\;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getNextObject(): Promise\;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getLastObject(callback: AsyncCallback\): void;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getLastObject(callback: AsyncCallback\): void;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getLastObject(): Promise\;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getLastObject(): Promise\;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getObjectByPosition(index: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: FetchResult;
Method or attribute name: getObjectByPosition(index: number, callback: AsyncCallback\): void;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getObjectByPosition(index: number): Promise\;
Old version information: 401|Class name: FetchResult;
Method or attribute name: getObjectByPosition(index: number): Promise\;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getAllObjects(callback: AsyncCallback\>): void;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getAllObjects(callback: AsyncCallback\>): void;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: getAllObjects(): Promise\>;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: getAllObjects(): Promise\>;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: FetchResult;
Method or attribute name: close(): void;
Old version information: 13900042|Class name: FetchResult;
Method or attribute name: close(): void;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: AbsAlbum;
Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\>): void;
Old version information: 401|Class name: AbsAlbum;
Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\>): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\>): void;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\>): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: AbsAlbum;
Method or attribute name: getAssets(options: FetchOptions): Promise\>;
Old version information: 401|Class name: AbsAlbum;
Method or attribute name: getAssets(options: FetchOptions): Promise\>;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: getAssets(options: FetchOptions): Promise\>;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: getAssets(options: FetchOptions): Promise\>;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: addAssets(assets: Array\, callback: AsyncCallback\): void;
Old version information: 401|Class name: Album;
Method or attribute name: addAssets(assets: Array\, callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: addAssets(assets: Array\): Promise\;
Old version information: 401|Class name: Album;
Method or attribute name: addAssets(assets: Array\): Promise\;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: removeAssets(assets: Array\, callback: AsyncCallback\): void;
Old version information: 401|Class name: Album;
Method or attribute name: removeAssets(assets: Array\, callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: removeAssets(assets: Array\): Promise\;
Old version information: 401|Class name: Album;
Method or attribute name: removeAssets(assets: Array\): Promise\;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: recoverAssets(assets: Array\, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: Album;
Method or attribute name: recoverAssets(assets: Array\, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: recoverAssets(assets: Array\): Promise\;
Old version information: 202,401|Class name: Album;
Method or attribute name: recoverAssets(assets: Array\): Promise\;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: deleteAssets(assets: Array\, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: Album;
Method or attribute name: deleteAssets(assets: Array\, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: deleteAssets(assets: Array\): Promise\;
Old version information: 202,401|Class name: Album;
Method or attribute name: deleteAssets(assets: Array\): Promise\;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: setCoverUri(uri: string, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: Album;
Method or attribute name: setCoverUri(uri: string, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: Album;
Method or attribute name: setCoverUri(uri: string): Promise\;
Old version information: 202,401|Class name: Album;
Method or attribute name: setCoverUri(uri: string): Promise\;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, callback: AsyncCallback\): void;
Old version information: 202,401, 14000001|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string): Promise\;
Old version information: 202,401, 14000001|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string): Promise\;
New version information: 202,401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions): Promise\;
Old version information: 202,401, 14000001|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions): Promise\;
New version information: 202,401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions, callback: AsyncCallback\): void;
Old version information: 202,401, 14000001|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, options: CreateOptions, callback: AsyncCallback\): void;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, options: CreateOptions, callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, callback: AsyncCallback\): void;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, callback: AsyncCallback\): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, options?: CreateOptions): Promise\;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, options?: CreateOptions): Promise\;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAlbum(name: string, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: PhotoAccessHelper;
Method or attribute name: createAlbum(name: string, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900015, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: createAlbum(name: string): Promise\;
Old version information: 202,401|Class name: PhotoAccessHelper;
Method or attribute name: createAlbum(name: string): Promise\;
New version information: 202,401, 13900012, 13900015, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: deleteAlbums(albums: Array\, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: PhotoAccessHelper;
Method or attribute name: deleteAlbums(albums: Array\, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: deleteAlbums(albums: Array\): Promise\;
Old version information: 202,401|Class name: PhotoAccessHelper;
Method or attribute name: deleteAlbums(albums: Array\): Promise\;
New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(
type: AlbumType,
subtype: AlbumSubtype,
options: FetchOptions,
callback: AsyncCallback\>
): void;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(
type: AlbumType,
subtype: AlbumSubtype,
options: FetchOptions,
callback: AsyncCallback\>
): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, callback: AsyncCallback\>): void;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, callback: AsyncCallback\>): void;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: FetchOptions): Promise\>;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: FetchOptions): Promise\>;
New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: deleteAssets(uriList: Array\, callback: AsyncCallback\): void;
Old version information: 202,401|Class name: PhotoAccessHelper;
Method or attribute name: deleteAssets(uriList: Array\, callback: AsyncCallback\): void;
New version information: 202,401, 13900012, 13900020, 14000002, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: deleteAssets(uriList: Array\): Promise\;
Old version information: 202,401|Class name: PhotoAccessHelper;
Method or attribute name: deleteAssets(uriList: Array\): Promise\;
New version information: 202,401, 13900012, 13900020, 14000002, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\): void;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\): void;
New version information: 401, 13900012, 13900020|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: unRegisterChange(uri: string, callback?: Callback\): void;
Old version information: 401|Class name: PhotoAccessHelper;
Method or attribute name: unRegisterChange(uri: string, callback?: Callback\): void;
New version information: 401, 13900012, 13900020|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: release(callback: AsyncCallback\): void;
Old version information: 13900042|Class name: PhotoAccessHelper;
Method or attribute name: release(callback: AsyncCallback\): void;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: PhotoAccessHelper;
Method or attribute name: release(): Promise\;
Old version information: 13900042|Class name: PhotoAccessHelper;
Method or attribute name: release(): Promise\;
New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getBundleStats(packageName: string): Promise\;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getBundleStats(packageName: string): Promise\;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\): void;
Old version information: 13600001, 13900032,401|Class name: storageStatistics;
Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\): void;
New version information: 13600001, 13900042,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getCurrentBundleStats(): Promise\;
Old version information: 13600001, 13900032,401|Class name: storageStatistics;
Method or attribute name: function getCurrentBundleStats(): Promise\;
New version information: 13600001, 13900042,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getSystemSize(callback: AsyncCallback\): void;
Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getSystemSize(callback: AsyncCallback\): void;
New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getSystemSize(): Promise\;
Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getSystemSize(): Promise\;
New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(): Promise\;
Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(): Promise\;
New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(callback: AsyncCallback\): void;
Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(callback: AsyncCallback\): void;
New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(userId: number): Promise\;
Old version information: 13600001, 13600009, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(userId: number): Promise\;
New version information: 13600001, 13600009, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\): void;
Old version information: 13600001, 13600009, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\): void;
New version information: 13600001, 13600009, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getTotalSize(callback: AsyncCallback\): void;
Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getTotalSize(callback: AsyncCallback\): void;
New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getTotalSize(): Promise\;
Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getTotalSize(): Promise\;
New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getFreeSize(callback: AsyncCallback\): void;
Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getFreeSize(callback: AsyncCallback\): void;
New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: storageStatistics;
Method or attribute name: function getFreeSize(): Promise\;
Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;
Method or attribute name: function getFreeSize(): Promise\;
New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function getAllVolumes(callback: AsyncCallback\>): void;
Old version information: 13600001, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function getAllVolumes(callback: AsyncCallback\>): void;
New version information: 13600001, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function getAllVolumes(): Promise\>;
Old version information: 13600001, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function getAllVolumes(): Promise\>;
New version information: 13600001, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function mount(volumeId: string): Promise\;
Old version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function mount(volumeId: string): Promise\;
New version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function unmount(volumeId: string): Promise\;
Old version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function unmount(volumeId: string): Promise\;
New version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function getVolumeByUuid(uuid: string): Promise\;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function getVolumeByUuid(uuid: string): Promise\;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function getVolumeById(volumeId: string): Promise\;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function getVolumeById(volumeId: string): Promise\;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\;
Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\;
New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\): void;
Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\): void;
New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function format(volumeId: string, fsType: string): Promise\;
Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function format(volumeId: string, fsType: string): Promise\;
New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\): void;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\): void;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Error code changed|Class name: volumeManager;
Method or attribute name: function partition(diskId: string, type: number): Promise\;
Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;
Method or attribute name: function partition(diskId: string, type: number): Promise\;
New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
|Access level changed|Class name: sourcefile;
Method or attribute name: declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;
Old version information: systemapi|Class name: sourcefile;
Method or attribute name: declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: WatchEventListener;
Method or attribute name: export interface WatchEventListener
Old version information: systemapi|Class name: WatchEventListener;
Method or attribute name: export interface WatchEventListener
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: WatchEventListener;
Method or attribute name: (event: WatchEvent): void;
Old version information: systemapi|Class name: WatchEventListener;
Method or attribute name: (event: WatchEvent): void;
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: WatchEvent;
Method or attribute name: export interface WatchEvent
Old version information: systemapi|Class name: WatchEvent;
Method or attribute name: export interface WatchEvent
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: WatchEvent;
Method or attribute name: readonly fileName: string;
Old version information: systemapi|Class name: WatchEvent;
Method or attribute name: readonly fileName: string;
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: WatchEvent;
Method or attribute name: readonly event: number;
Old version information: systemapi|Class name: WatchEvent;
Method or attribute name: readonly event: number;
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: WatchEvent;
Method or attribute name: readonly cookie: number;
Old version information: systemapi|Class name: WatchEvent;
Method or attribute name: readonly cookie: number;
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: Watcher;
Method or attribute name: export interface Watcher
Old version information: systemapi|Class name: Watcher;
Method or attribute name: export interface Watcher
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: Watcher;
Method or attribute name: start(): void;
Old version information: systemapi|Class name: Watcher;
Method or attribute name: start(): void;
New version information: |@ohos.file.fs.d.ts|
|Access level changed|Class name: Watcher;
Method or attribute name: stop(): void;
Old version information: systemapi|Class name: Watcher;
Method or attribute name: stop(): void;
New version information: |@ohos.file.fs.d.ts|
|Permission changed|Class name: photoAccessHelper;
Method or attribute name: function getPhotoAccessHelper(context: Context): PhotoAccessHelper;
Old version information: ohos.permission.READ_IMAGEVIDEO|Class name: photoAccessHelper;
Method or attribute name: function getPhotoAccessHelper(context: Context): PhotoAccessHelper;
New version information: |@ohos.file.photoAccessHelper.d.ts|
|Permission changed|Class name: PhotoAccessHelper;
Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\): void;
Old version information: ohos.permission.READ_IMAGEVIDEO|Class name: PhotoAccessHelper;
Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\): void;
New version information: |@ohos.file.photoAccessHelper.d.ts|
|Permission changed|Class name: PhotoAccessHelper;
Method or attribute name: unRegisterChange(uri: string, callback?: Callback\): void;