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<image.PixelMap>;
NA @ohos.file.fileAccess.d.ts
Deleted Class name: FileAccessHelper;
Method or attribute name: getThumbnail(uri: string, size: image.Size, callback: AsyncCallback<image.PixelMap>): 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<string>;
@ohos.file.fileAccess.d.ts
Added NA Class name: FileAccessHelper;
Method or attribute name: registerObserver(uri: string, notifyForDescendants: boolean, callback: Callback<NotifyMessage>): void;
@ohos.file.fileAccess.d.ts
Added NA Class name: FileAccessHelper;
Method or attribute name: unregisterObserver(uri: string, callback?: Callback<NotifyMessage>): 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, Array<ConflictFiles>>): 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, Array<ConflictFiles>>): 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, Array<ConflictFiles>>): 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, Array<ConflictFiles>>): 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>): void;
@ohos.file.photoAccessHelper.d.ts
Added NA Class name: PhotoAsset;
Method or attribute name: setUserComment(userComment: string): Promise<void>;
@ohos.file.photoAccessHelper.d.ts
Added NA Class name: PhotoAsset;
Method or attribute name: getExif(callback: AsyncCallback<string>): void;
@ohos.file.photoAccessHelper.d.ts
Added NA Class name: PhotoAsset;
Method or attribute name: getExif(): Promise<string>;
@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<string>, callback: AsyncCallback<void>): void;
@ohos.file.photoAccessHelper.d.ts
Added NA Class name: PhotoAccessHelper;
Method or attribute name: createDeleteRequest(uriList: Array<string>): Promise<void>;
@ohos.file.photoAccessHelper.d.ts
Added NA Class name: PhotoAccessHelper;
Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions, callback: AsyncCallback<number>): void;
@ohos.file.photoAccessHelper.d.ts
Added NA Class name: PhotoAccessHelper;
Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions): Promise<number>;
@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<string>;
@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<PhotoSelectResult>;
@ohos.file.photoAccessHelper.d.ts
Added NA Class name: PhotoViewPicker;
Method or attribute name: select(option: PhotoSelectOptions, callback: AsyncCallback<PhotoSelectResult>): void;
@ohos.file.photoAccessHelper.d.ts
Added NA Class name: PhotoViewPicker;
Method or attribute name: select(callback: AsyncCallback<PhotoSelectResult>): 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<string>;
@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<string>;
@ohos.file.picker.d.ts
Added NA Class name: recent;
Method or attribute name: function listFile(): Array<FileInfo>;
@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<FileInfo>;
@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>): void;
@ohos.filemanagement.userFileManager.d.ts
Added NA Class name: FileAsset;
Method or attribute name: setUserComment(userComment: string): Promise<void>;
@ohos.filemanagement.userFileManager.d.ts
Added NA Class name: FileAsset;
Method or attribute name: getExif(callback: AsyncCallback<string>): void;
@ohos.filemanagement.userFileManager.d.ts
Added NA Class name: FileAsset;
Method or attribute name: getExif(): Promise<string>;
@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<number>): void;
@ohos.filemanagement.userFileManager.d.ts
Added NA Class name: UserFileManager;
Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions): Promise<number>;
@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>): 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>): 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>): 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>): 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>): void;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: commitModify(callback: AsyncCallback<void>): 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>): void;
Old version information: 401
Class name: Album;
Method or attribute name: commitModify(callback: AsyncCallback<void>): 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<void>;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: commitModify(): Promise<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(): Promise<void>;
Old version information: 401
Class name: Album;
Method or attribute name: commitModify(): Promise<void>;
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<number>): void;
Old version information: 202,401
Class name: PhotoAsset;
Method or attribute name: open(mode: string, callback: AsyncCallback<number>): 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<number>;
Old version information: 202,401
Class name: PhotoAsset;
Method or attribute name: open(mode: string): Promise<number>;
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<number>): void;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: getReadOnlyFd(callback: AsyncCallback<number>): 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<number>;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: getReadOnlyFd(): Promise<number>;
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>): void;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: close(fd: number, callback: AsyncCallback<void>): 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<void>;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: close(fd: number): Promise<void>;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: PhotoAsset;
Method or attribute name: getThumbnail(callback: AsyncCallback<image.PixelMap>): void;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: getThumbnail(callback: AsyncCallback<image.PixelMap>): 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<image.PixelMap>): void;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: getThumbnail(size: image.Size, callback: AsyncCallback<image.PixelMap>): 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<image.PixelMap>;
Old version information: 401
Class name: PhotoAsset;
Method or attribute name: getThumbnail(size?: image.Size): Promise<image.PixelMap>;
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>): void;
Old version information: 202,401
Class name: PhotoAsset;
Method or attribute name: setFavorite(favoriteState: boolean, callback: AsyncCallback<void>): 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<void>;
Old version information: 202,401
Class name: PhotoAsset;
Method or attribute name: setFavorite(favoriteState: boolean): Promise<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, callback: AsyncCallback<void>): void;
Old version information: 202,401
Class name: PhotoAsset;
Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback<void>): 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<void>;
Old version information: 202,401
Class name: PhotoAsset;
Method or attribute name: setHidden(hiddenState: boolean): Promise<void>;
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<T>): void;
Old version information: 13900042
Class name: FetchResult;
Method or attribute name: getFirstObject(callback: AsyncCallback<T>): void;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: FetchResult;
Method or attribute name: getFirstObject(): Promise<T>;
Old version information: 13900042
Class name: FetchResult;
Method or attribute name: getFirstObject(): Promise<T>;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: FetchResult;
Method or attribute name: getNextObject(callback: AsyncCallback<T>): void;
Old version information: 13900042
Class name: FetchResult;
Method or attribute name: getNextObject(callback: AsyncCallback<T>): void;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: FetchResult;
Method or attribute name: getNextObject(): Promise<T>;
Old version information: 13900042
Class name: FetchResult;
Method or attribute name: getNextObject(): Promise<T>;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: FetchResult;
Method or attribute name: getLastObject(callback: AsyncCallback<T>): void;
Old version information: 13900042
Class name: FetchResult;
Method or attribute name: getLastObject(callback: AsyncCallback<T>): void;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: FetchResult;
Method or attribute name: getLastObject(): Promise<T>;
Old version information: 13900042
Class name: FetchResult;
Method or attribute name: getLastObject(): Promise<T>;
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<T>): void;
Old version information: 401
Class name: FetchResult;
Method or attribute name: getObjectByPosition(index: number, callback: AsyncCallback<T>): 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<T>;
Old version information: 401
Class name: FetchResult;
Method or attribute name: getObjectByPosition(index: number): Promise<T>;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: FetchResult;
Method or attribute name: getAllObjects(callback: AsyncCallback<Array<T>>): void;
Old version information: 13900042
Class name: FetchResult;
Method or attribute name: getAllObjects(callback: AsyncCallback<Array<T>>): void;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: FetchResult;
Method or attribute name: getAllObjects(): Promise<Array<T>>;
Old version information: 13900042
Class name: FetchResult;
Method or attribute name: getAllObjects(): Promise<Array<T>>;
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<FetchResult<PhotoAsset>>): void;
Old version information: 401
Class name: AbsAlbum;
Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback<FetchResult<PhotoAsset>>): 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<FetchResult<PhotoAsset>>): void;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback<FetchResult<PhotoAsset>>): 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<FetchResult<PhotoAsset>>;
Old version information: 401
Class name: AbsAlbum;
Method or attribute name: getAssets(options: FetchOptions): Promise<FetchResult<PhotoAsset>>;
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<FetchResult<PhotoAsset>>;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: getAssets(options: FetchOptions): Promise<FetchResult<PhotoAsset>>;
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<PhotoAsset>, callback: AsyncCallback<void>): void;
Old version information: 401
Class name: Album;
Method or attribute name: addAssets(assets: Array<PhotoAsset>, callback: AsyncCallback<void>): 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<PhotoAsset>): Promise<void>;
Old version information: 401
Class name: Album;
Method or attribute name: addAssets(assets: Array<PhotoAsset>): Promise<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<PhotoAsset>, callback: AsyncCallback<void>): void;
Old version information: 401
Class name: Album;
Method or attribute name: removeAssets(assets: Array<PhotoAsset>, callback: AsyncCallback<void>): 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<PhotoAsset>): Promise<void>;
Old version information: 401
Class name: Album;
Method or attribute name: removeAssets(assets: Array<PhotoAsset>): Promise<void>;
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<PhotoAsset>, callback: AsyncCallback<void>): void;
Old version information: 202,401
Class name: Album;
Method or attribute name: recoverAssets(assets: Array<PhotoAsset>, callback: AsyncCallback<void>): 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<PhotoAsset>): Promise<void>;
Old version information: 202,401
Class name: Album;
Method or attribute name: recoverAssets(assets: Array<PhotoAsset>): Promise<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<PhotoAsset>, callback: AsyncCallback<void>): void;
Old version information: 202,401
Class name: Album;
Method or attribute name: deleteAssets(assets: Array<PhotoAsset>, callback: AsyncCallback<void>): 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<PhotoAsset>): Promise<void>;
Old version information: 202,401
Class name: Album;
Method or attribute name: deleteAssets(assets: Array<PhotoAsset>): Promise<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, callback: AsyncCallback<void>): void;
Old version information: 202,401
Class name: Album;
Method or attribute name: setCoverUri(uri: string, callback: AsyncCallback<void>): 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<void>;
Old version information: 202,401
Class name: Album;
Method or attribute name: setCoverUri(uri: string): Promise<void>;
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<PhotoAsset>): void;
Old version information: 202,401, 14000001
Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, callback: AsyncCallback<PhotoAsset>): 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<PhotoAsset>;
Old version information: 202,401, 14000001
Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string): Promise<PhotoAsset>;
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<PhotoAsset>;
Old version information: 202,401, 14000001
Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions): Promise<PhotoAsset>;
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<PhotoAsset>): void;
Old version information: 202,401, 14000001
Class name: PhotoAccessHelper;
Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions, callback: AsyncCallback<PhotoAsset>): 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<string>): void;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, options: CreateOptions, callback: AsyncCallback<string>): 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<string>): void;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, callback: AsyncCallback<string>): 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<string>;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: createAsset(photoType: PhotoType, extension: string, options?: CreateOptions): Promise<string>;
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<Album>): void;
Old version information: 202,401
Class name: PhotoAccessHelper;
Method or attribute name: createAlbum(name: string, callback: AsyncCallback<Album>): 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<Album>;
Old version information: 202,401
Class name: PhotoAccessHelper;
Method or attribute name: createAlbum(name: string): Promise<Album>;
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<Album>, callback: AsyncCallback<void>): void;
Old version information: 202,401
Class name: PhotoAccessHelper;
Method or attribute name: deleteAlbums(albums: Array<Album>, callback: AsyncCallback<void>): 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<Album>): Promise<void>;
Old version information: 202,401
Class name: PhotoAccessHelper;
Method or attribute name: deleteAlbums(albums: Array<Album>): Promise<void>;
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<FetchResult<Album>>
): void;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(
type: AlbumType,
subtype: AlbumSubtype,
options: FetchOptions,
callback: AsyncCallback<FetchResult<Album>>
): 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<FetchResult<Album>>): void;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, callback: AsyncCallback<FetchResult<Album>>): 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<FetchResult<Album>>;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: FetchOptions): Promise<FetchResult<Album>>;
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<string>, callback: AsyncCallback<void>): void;
Old version information: 202,401
Class name: PhotoAccessHelper;
Method or attribute name: deleteAssets(uriList: Array<string>, callback: AsyncCallback<void>): 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<string>): Promise<void>;
Old version information: 202,401
Class name: PhotoAccessHelper;
Method or attribute name: deleteAssets(uriList: Array<string>): Promise<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: registerChange(uri: string, forChildUris: boolean, callback: Callback<ChangeData>): void;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback<ChangeData>): 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<ChangeData>): void;
Old version information: 401
Class name: PhotoAccessHelper;
Method or attribute name: unRegisterChange(uri: string, callback?: Callback<ChangeData>): 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>): void;
Old version information: 13900042
Class name: PhotoAccessHelper;
Method or attribute name: release(callback: AsyncCallback<void>): void;
New version information: 401, 13900020, 14000011
@ohos.file.photoAccessHelper.d.ts
Error code changed Class name: PhotoAccessHelper;
Method or attribute name: release(): Promise<void>;
Old version information: 13900042
Class name: PhotoAccessHelper;
Method or attribute name: release(): Promise<void>;
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<number>): void;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback<number>): 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<number>;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise<number>;
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<number>): void;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback<number>): 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<number>;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise<number>;
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<BundleStats>): void;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback<BundleStats>): 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<BundleStats>;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getBundleStats(packageName: string): Promise<BundleStats>;
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<BundleStats>): void;
Old version information: 13600001, 13900032,401
Class name: storageStatistics;
Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback<BundleStats>): 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<BundleStats>;
Old version information: 13600001, 13900032,401
Class name: storageStatistics;
Method or attribute name: function getCurrentBundleStats(): Promise<BundleStats>;
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<number>): void;
Old version information: 13600001, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getSystemSize(callback: AsyncCallback<number>): 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<number>;
Old version information: 13600001, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getSystemSize(): Promise<number>;
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<StorageStats>;
Old version information: 13600001, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(): Promise<StorageStats>;
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<StorageStats>): void;
Old version information: 13600001, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(callback: AsyncCallback<StorageStats>): 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<StorageStats>;
Old version information: 13600001, 13600009, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(userId: number): Promise<StorageStats>;
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<StorageStats>): void;
Old version information: 13600001, 13600009, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback<StorageStats>): 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<number>): void;
Old version information: 13600001, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getTotalSize(callback: AsyncCallback<number>): 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<number>;
Old version information: 13600001, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getTotalSize(): Promise<number>;
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<number>): void;
Old version information: 13600001, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getFreeSize(callback: AsyncCallback<number>): 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<number>;
Old version information: 13600001, 13900032,201,202,401
Class name: storageStatistics;
Method or attribute name: function getFreeSize(): Promise<number>;
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<Array<Volume>>): void;
Old version information: 13600001, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function getAllVolumes(callback: AsyncCallback<Array<Volume>>): 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<Array<Volume>>;
Old version information: 13600001, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function getAllVolumes(): Promise<Array<Volume>>;
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>): 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>): 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<void>;
Old version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function mount(volumeId: string): Promise<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 unmount(volumeId: string, callback: AsyncCallback<void>): 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>): 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<void>;
Old version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function unmount(volumeId: string): Promise<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 getVolumeByUuid(uuid: string, callback: AsyncCallback<Volume>): void;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback<Volume>): 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<Volume>;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function getVolumeByUuid(uuid: string): Promise<Volume>;
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<Volume>): void;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback<Volume>): 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<Volume>;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function getVolumeById(volumeId: string): Promise<Volume>;
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>): 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>): 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<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): Promise<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, callback: AsyncCallback<void>): 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>): 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<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): Promise<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 partition(diskId: string, type: number, callback: AsyncCallback<void>): 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>): 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<void>;
Old version information: 13600001, 13600008, 13900032,201,202,401
Class name: volumeManager;
Method or attribute name: function partition(diskId: string, type: number): Promise<void>;
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<ChangeData>): void;
Old version information: ohos.permission.READ_IMAGEVIDEO
Class name: PhotoAccessHelper;
Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback<ChangeData>): void;
New version information:
@ohos.file.photoAccessHelper.d.ts
Permission changed Class name: PhotoAccessHelper;
Method or attribute name: unRegisterChange(uri: string, callback?: Callback<ChangeData>): void;
Old version information: ohos.permission.READ_IMAGEVIDEO
Class name: PhotoAccessHelper;
Method or attribute name: unRegisterChange(uri: string, callback?: Callback<ChangeData>): void;
New version information:
@ohos.file.photoAccessHelper.d.ts
Model changed Class name: FileInfo;
Method or attribute name: uri: string;
Old version information:
Class name: FileInfo;
Method or attribute name: uri: string;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: RootInfo;
Method or attribute name: uri: string;
Old version information:
Class name: RootInfo;
Method or attribute name: uri: string;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileInfo;
Method or attribute name: relativePath: string;
Old version information:
Class name: FileInfo;
Method or attribute name: relativePath: string;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: RootInfo;
Method or attribute name: relativePath: string;
Old version information:
Class name: RootInfo;
Method or attribute name: relativePath: string;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileInfo;
Method or attribute name: fileName: string;
Old version information:
Class name: FileInfo;
Method or attribute name: fileName: string;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileInfo;
Method or attribute name: mode: number;
Old version information:
Class name: FileInfo;
Method or attribute name: mode: number;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileInfo;
Method or attribute name: size: number;
Old version information:
Class name: FileInfo;
Method or attribute name: size: number;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileInfo;
Method or attribute name: mtime: number;
Old version information:
Class name: FileInfo;
Method or attribute name: mtime: number;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileInfo;
Method or attribute name: mimeType: string;
Old version information:
Class name: FileInfo;
Method or attribute name: mimeType: string;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: RootInfo;
Method or attribute name: deviceType: number;
Old version information:
Class name: RootInfo;
Method or attribute name: deviceType: number;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: RootInfo;
Method or attribute name: displayName: string;
Old version information:
Class name: RootInfo;
Method or attribute name: displayName: string;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: RootInfo;
Method or attribute name: deviceFlags: number;
Old version information:
Class name: RootInfo;
Method or attribute name: deviceFlags: number;
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: OPENFLAGS;
Method or attribute name: READ = 0o0
Old version information:
Class name: OPENFLAGS;
Method or attribute name: READ = 0o0
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: OPENFLAGS;
Method or attribute name: WRITE = 0o1
Old version information:
Class name: OPENFLAGS;
Method or attribute name: WRITE = 0o1
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: OPENFLAGS;
Method or attribute name: WRITE_READ = 0o2
Old version information:
Class name: OPENFLAGS;
Method or attribute name: WRITE_READ = 0o2
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileKey;
Method or attribute name: DISPLAY_NAME = 'display_name'
Old version information:
Class name: FileKey;
Method or attribute name: DISPLAY_NAME = 'display_name'
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileKey;
Method or attribute name: DATE_ADDED = 'date_added'
Old version information:
Class name: FileKey;
Method or attribute name: DATE_ADDED = 'date_added'
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileKey;
Method or attribute name: DATE_MODIFIED = 'date_modified'
Old version information:
Class name: FileKey;
Method or attribute name: DATE_MODIFIED = 'date_modified'
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileKey;
Method or attribute name: RELATIVE_PATH = 'relative_path'
Old version information:
Class name: FileKey;
Method or attribute name: RELATIVE_PATH = 'relative_path'
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts
Model changed Class name: FileKey;
Method or attribute name: FILE_SIZE = 'size'
Old version information:
Class name: FileKey;
Method or attribute name: FILE_SIZE = 'size'
New version information: StageModelOnly
@ohos.file.fileAccess.d.ts