| Change Type | Old Version | New Version | d.ts File |
|---|---|---|---|
| API cross-platform permission change | Class name: global; API declaration: declare namespace photoAccessHelper Differences: NA | Class name: global; API declaration: declare namespace photoAccessHelper Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: function getPhotoAccessHelper(context: Context): PhotoAccessHelper; Differences: NA | Class name: photoAccessHelper; API declaration: function getPhotoAccessHelper(context: Context): PhotoAccessHelper; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: enum PhotoType Differences: NA | Class name: photoAccessHelper; API declaration: enum PhotoType Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoType; API declaration: IMAGE = 1 Differences: NA | Class name: PhotoType; API declaration: IMAGE = 1 Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoType; API declaration: VIDEO Differences: NA | Class name: PhotoType; API declaration: VIDEO Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: type MemberType = number |string |boolean; Differences: NA | Class name: photoAccessHelper; API declaration: type MemberType = number |string |boolean; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: interface PhotoAsset Differences: NA | Class name: photoAccessHelper; API declaration: interface PhotoAsset Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAsset; API declaration: readonly uri: string; Differences: NA | Class name: PhotoAsset; API declaration: readonly uri: string; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAsset; API declaration: readonly photoType: PhotoType; Differences: NA | Class name: PhotoAsset; API declaration: readonly photoType: PhotoType; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAsset; API declaration: readonly displayName: string; Differences: NA | Class name: PhotoAsset; API declaration: readonly displayName: string; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAsset; API declaration: get(member: string): MemberType; Differences: NA | Class name: PhotoAsset; API declaration: get(member: string): MemberType; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: enum PhotoKeys Differences: NA | Class name: photoAccessHelper; API declaration: enum PhotoKeys Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: URI = 'uri' Differences: NA | Class name: PhotoKeys; API declaration: URI = 'uri' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: PHOTO_TYPE = 'media_type' Differences: NA | Class name: PhotoKeys; API declaration: PHOTO_TYPE = 'media_type' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: DISPLAY_NAME = 'display_name' Differences: NA | Class name: PhotoKeys; API declaration: DISPLAY_NAME = 'display_name' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: SIZE = 'size' Differences: NA | Class name: PhotoKeys; API declaration: SIZE = 'size' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: DATE_ADDED = 'date_added' Differences: NA | Class name: PhotoKeys; API declaration: DATE_ADDED = 'date_added' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: DATE_MODIFIED = 'date_modified' Differences: NA | Class name: PhotoKeys; API declaration: DATE_MODIFIED = 'date_modified' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: DURATION = 'duration' Differences: NA | Class name: PhotoKeys; API declaration: DURATION = 'duration' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: WIDTH = 'width' Differences: NA | Class name: PhotoKeys; API declaration: WIDTH = 'width' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: HEIGHT = 'height' Differences: NA | Class name: PhotoKeys; API declaration: HEIGHT = 'height' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: DATE_TAKEN = 'date_taken' Differences: NA | Class name: PhotoKeys; API declaration: DATE_TAKEN = 'date_taken' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: ORIENTATION = 'orientation' Differences: NA | Class name: PhotoKeys; API declaration: ORIENTATION = 'orientation' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: FAVORITE = 'is_favorite' Differences: NA | Class name: PhotoKeys; API declaration: FAVORITE = 'is_favorite' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoKeys; API declaration: TITLE = 'title' Differences: NA | Class name: PhotoKeys; API declaration: TITLE = 'title' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: enum AlbumKeys Differences: NA | Class name: photoAccessHelper; API declaration: enum AlbumKeys Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AlbumKeys; API declaration: URI = 'uri' Differences: NA | Class name: AlbumKeys; API declaration: URI = 'uri' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AlbumKeys; API declaration: ALBUM_NAME = 'album_name' Differences: NA | Class name: AlbumKeys; API declaration: ALBUM_NAME = 'album_name' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: interface FetchOptions Differences: NA | Class name: photoAccessHelper; API declaration: interface FetchOptions Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchOptions; API declaration: fetchColumns: Array<string>; Differences: NA | Class name: FetchOptions; API declaration: fetchColumns: Array<string>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchOptions; API declaration: predicates: dataSharePredicates.DataSharePredicates; Differences: NA | Class name: FetchOptions; API declaration: predicates: dataSharePredicates.DataSharePredicates; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: interface FetchResult Differences: NA | Class name: photoAccessHelper; API declaration: interface FetchResult Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getCount(): number; Differences: NA | Class name: FetchResult; API declaration: getCount(): number; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: isAfterLast(): boolean; Differences: NA | Class name: FetchResult; API declaration: isAfterLast(): boolean; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getFirstObject(callback: AsyncCallback<T>): void; Differences: NA | Class name: FetchResult; API declaration: getFirstObject(callback: AsyncCallback<T>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getFirstObject(): Promise<T>; Differences: NA | Class name: FetchResult; API declaration: getFirstObject(): Promise<T>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getNextObject(callback: AsyncCallback<T>): void; Differences: NA | Class name: FetchResult; API declaration: getNextObject(callback: AsyncCallback<T>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getNextObject(): Promise<T>; Differences: NA | Class name: FetchResult; API declaration: getNextObject(): Promise<T>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getLastObject(callback: AsyncCallback<T>): void; Differences: NA | Class name: FetchResult; API declaration: getLastObject(callback: AsyncCallback<T>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getLastObject(): Promise<T>; Differences: NA | Class name: FetchResult; API declaration: getLastObject(): Promise<T>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getObjectByPosition(index: number, callback: AsyncCallback<T>): void; Differences: NA | Class name: FetchResult; API declaration: getObjectByPosition(index: number, callback: AsyncCallback<T>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getObjectByPosition(index: number): Promise<T>; Differences: NA | Class name: FetchResult; API declaration: getObjectByPosition(index: number): Promise<T>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getAllObjects(callback: AsyncCallback<Array<T>>): void; Differences: NA | Class name: FetchResult; API declaration: getAllObjects(callback: AsyncCallback<Array<T>>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: getAllObjects(): Promise<Array<T>>; Differences: NA | Class name: FetchResult; API declaration: getAllObjects(): Promise<Array<T>>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: FetchResult; API declaration: close(): void; Differences: NA | Class name: FetchResult; API declaration: close(): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: enum AlbumType Differences: NA | Class name: photoAccessHelper; API declaration: enum AlbumType Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AlbumType; API declaration: USER = 0 Differences: NA | Class name: AlbumType; API declaration: USER = 0 Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AlbumType; API declaration: SYSTEM = 1024 Differences: NA | Class name: AlbumType; API declaration: SYSTEM = 1024 Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: enum AlbumSubtype Differences: NA | Class name: photoAccessHelper; API declaration: enum AlbumSubtype Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AlbumSubtype; API declaration: USER_GENERIC = 1 Differences: NA | Class name: AlbumSubtype; API declaration: USER_GENERIC = 1 Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AlbumSubtype; API declaration: FAVORITE = 1025 Differences: NA | Class name: AlbumSubtype; API declaration: FAVORITE = 1025 Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AlbumSubtype; API declaration: VIDEO Differences: NA | Class name: AlbumSubtype; API declaration: VIDEO Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AlbumSubtype; API declaration: ANY = 2147483647 Differences: NA | Class name: AlbumSubtype; API declaration: ANY = 2147483647 Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: interface AbsAlbum Differences: NA | Class name: photoAccessHelper; API declaration: interface AbsAlbum Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AbsAlbum; API declaration: readonly albumType: AlbumType; Differences: NA | Class name: AbsAlbum; API declaration: readonly albumType: AlbumType; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AbsAlbum; API declaration: readonly albumSubtype: AlbumSubtype; Differences: NA | Class name: AbsAlbum; API declaration: readonly albumSubtype: AlbumSubtype; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AbsAlbum; API declaration: albumName: string; Differences: NA | Class name: AbsAlbum; API declaration: albumName: string; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AbsAlbum; API declaration: readonly albumUri: string; Differences: NA | Class name: AbsAlbum; API declaration: readonly albumUri: string; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AbsAlbum; API declaration: readonly count: number; Differences: NA | Class name: AbsAlbum; API declaration: readonly count: number; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AbsAlbum; API declaration: getAssets(options: FetchOptions, callback: AsyncCallback<FetchResult<PhotoAsset>>): void; Differences: NA | Class name: AbsAlbum; API declaration: getAssets(options: FetchOptions, callback: AsyncCallback<FetchResult<PhotoAsset>>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: AbsAlbum; API declaration: getAssets(options: FetchOptions): Promise<FetchResult<PhotoAsset>>; Differences: NA | Class name: AbsAlbum; API declaration: getAssets(options: FetchOptions): Promise<FetchResult<PhotoAsset>>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: interface Album Differences: NA | Class name: photoAccessHelper; API declaration: interface Album Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: Album; API declaration: readonly imageCount?: number; Differences: NA | Class name: Album; API declaration: readonly imageCount?: number; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: Album; API declaration: readonly videoCount?: number; Differences: NA | Class name: Album; API declaration: readonly videoCount?: number; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: interface PhotoAccessHelper Differences: NA | Class name: photoAccessHelper; API declaration: interface PhotoAccessHelper Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAccessHelper; API declaration: getAssets(options: FetchOptions, callback: AsyncCallback<FetchResult<PhotoAsset>>): void; Differences: NA | Class name: PhotoAccessHelper; API declaration: getAssets(options: FetchOptions, callback: AsyncCallback<FetchResult<PhotoAsset>>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAccessHelper; API declaration: getAssets(options: FetchOptions): Promise<FetchResult<PhotoAsset>>; Differences: NA | Class name: PhotoAccessHelper; API declaration: getAssets(options: FetchOptions): Promise<FetchResult<PhotoAsset>>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAccessHelper; API declaration: getAlbums(type: AlbumType, subtype: AlbumSubtype, options: FetchOptions, callback: AsyncCallback<FetchResult<Album>>): void; Differences: NA | Class name: PhotoAccessHelper; API declaration: getAlbums(type: AlbumType, subtype: AlbumSubtype, options: FetchOptions, callback: AsyncCallback<FetchResult<Album>>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAccessHelper; API declaration: getAlbums(type: AlbumType, subtype: AlbumSubtype, callback: AsyncCallback<FetchResult<Album>>): void; Differences: NA | Class name: PhotoAccessHelper; API declaration: getAlbums(type: AlbumType, subtype: AlbumSubtype, callback: AsyncCallback<FetchResult<Album>>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoAccessHelper; API declaration: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: FetchOptions): Promise<FetchResult<Album>>; Differences: NA | Class name: PhotoAccessHelper; API declaration: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: FetchOptions): Promise<FetchResult<Album>>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: export enum PhotoViewMIMETypes Differences: NA | Class name: photoAccessHelper; API declaration: export enum PhotoViewMIMETypes Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoViewMIMETypes; API declaration: IMAGE_TYPE = 'image/*' Differences: NA | Class name: PhotoViewMIMETypes; API declaration: IMAGE_TYPE = 'image/*' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoViewMIMETypes; API declaration: VIDEO_TYPE = 'video/*' Differences: NA | Class name: PhotoViewMIMETypes; API declaration: VIDEO_TYPE = 'video/*' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoViewMIMETypes; API declaration: IMAGE_VIDEO_TYPE = '/' Differences: NA | Class name: PhotoViewMIMETypes; API declaration: IMAGE_VIDEO_TYPE = '/' Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: class PhotoSelectOptions Differences: NA | Class name: photoAccessHelper; API declaration: class PhotoSelectOptions Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: class PhotoSelectResult Differences: NA | Class name: photoAccessHelper; API declaration: class PhotoSelectResult Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoSelectResult; API declaration: photoUris: Array<string>; Differences: NA | Class name: PhotoSelectResult; API declaration: photoUris: Array<string>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoSelectResult; API declaration: isOriginalPhoto: boolean; Differences: NA | Class name: PhotoSelectResult; API declaration: isOriginalPhoto: boolean; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: photoAccessHelper; API declaration: class PhotoViewPicker Differences: NA | Class name: photoAccessHelper; API declaration: class PhotoViewPicker Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoViewPicker; API declaration: select(option?: PhotoSelectOptions): Promise<PhotoSelectResult>; Differences: NA | Class name: PhotoViewPicker; API declaration: select(option?: PhotoSelectOptions): Promise<PhotoSelectResult>; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoViewPicker; API declaration: select(option: PhotoSelectOptions, callback: AsyncCallback<PhotoSelectResult>): void; Differences: NA | Class name: PhotoViewPicker; API declaration: select(option: PhotoSelectOptions, callback: AsyncCallback<PhotoSelectResult>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| API cross-platform permission change | Class name: PhotoViewPicker; API declaration: select(callback: AsyncCallback<PhotoSelectResult>): void; Differences: NA | Class name: PhotoViewPicker; API declaration: select(callback: AsyncCallback<PhotoSelectResult>): void; Differences: crossplatform | api/@ohos.file.photoAccessHelper.d.ts |
| Function change | Class name: MediaAssetDataHandler; API declaration: onDataPrepared(data: T): void; Differences: NA | Class name: MediaAssetDataHandler; API declaration: onDataPrepared(data: T, map?: Map<string, string>): void; Differences: map?: Map<string, string> | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: global; API declaration: export declare struct AlbumPickerComponent Differences: export declare struct AlbumPickerComponent | api/@ohos.file.AlbumPickerComponent.d.ets |
| New API | NA | Class name: AlbumPickerComponent; API declaration: albumPickerOptions?: AlbumPickerOptions; Differences: albumPickerOptions?: AlbumPickerOptions; | api/@ohos.file.AlbumPickerComponent.d.ets |
| New API | NA | Class name: AlbumPickerComponent; API declaration: onAlbumClick?: (albumInfo: AlbumInfo) => boolean; Differences: onAlbumClick?: (albumInfo: AlbumInfo) => boolean; | api/@ohos.file.AlbumPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class AlbumPickerOptions Differences: export declare class AlbumPickerOptions | api/@ohos.file.AlbumPickerComponent.d.ets |
| New API | NA | Class name: AlbumPickerOptions; API declaration: themeColorMode?: PickerColorMode; Differences: themeColorMode?: PickerColorMode; | api/@ohos.file.AlbumPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class AlbumInfo Differences: export declare class AlbumInfo | api/@ohos.file.AlbumPickerComponent.d.ets |
| New API | NA | Class name: AlbumInfo; API declaration: uri?: string; Differences: uri?: string; | api/@ohos.file.AlbumPickerComponent.d.ets |
| New API | NA | Class name: AlbumInfo; API declaration: albumName?: string; Differences: albumName?: string; | api/@ohos.file.AlbumPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare struct PhotoPickerComponent Differences: export declare struct PhotoPickerComponent | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: pickerOptions?: PickerOptions; Differences: pickerOptions?: PickerOptions; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: onSelect?: (uri: string) => void; Differences: onSelect?: (uri: string) => void; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: onDeselect?: (uri: string) => void; Differences: onDeselect?: (uri: string) => void; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: onItemClicked?: (itemInfo: ItemInfo, clickType: ClickType) => boolean; Differences: onItemClicked?: (itemInfo: ItemInfo, clickType: ClickType) => boolean; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: onEnterPhotoBrowser?: (photoBrowserInfo: PhotoBrowserInfo) => boolean; Differences: onEnterPhotoBrowser?: (photoBrowserInfo: PhotoBrowserInfo) => boolean; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: onExitPhotoBrowser?: (photoBrowserInfo: PhotoBrowserInfo) => boolean; Differences: onExitPhotoBrowser?: (photoBrowserInfo: PhotoBrowserInfo) => boolean; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: onPickerControllerReady?: () => void; Differences: onPickerControllerReady?: () => void; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: onPhotoBrowserChanged?: (browserItemInfo: BaseItemInfo) => boolean; Differences: onPhotoBrowserChanged?: (browserItemInfo: BaseItemInfo) => boolean; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: @ObjectLink pickerController: PickerController; Differences: @ObjectLink pickerController: PickerController; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoPickerComponent; API declaration: build(): void; Differences: build(): void; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class PickerController Differences: export declare class PickerController | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerController; API declaration: setData(dataType: DataType, data: Object): void; Differences: setData(dataType: DataType, data: Object): void; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerController; API declaration: setMaxSelected(maxSelected: MaxSelected): void; Differences: setMaxSelected(maxSelected: MaxSelected): void; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerController; API declaration: setPhotoBrowserItem(uri: string, photoBrowserRange?: PhotoBrowserRange): void; Differences: setPhotoBrowserItem(uri: string, photoBrowserRange?: PhotoBrowserRange): void; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class PickerOptions Differences: export declare class PickerOptions | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: checkBoxColor?: string; Differences: checkBoxColor?: string; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: backgroundColor?: string; Differences: backgroundColor?: string; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: isRepeatSelectSupported?: boolean; Differences: isRepeatSelectSupported?: boolean; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: checkboxTextColor?: string; Differences: checkboxTextColor?: string; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: photoBrowserBackgroundColorMode?: PickerColorMode; Differences: photoBrowserBackgroundColorMode?: PickerColorMode; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: maxSelectedReminderMode?: ReminderMode; Differences: maxSelectedReminderMode?: ReminderMode; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: orientation?: PickerOrientation; Differences: orientation?: PickerOrientation; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: selectMode?: SelectMode; Differences: selectMode?: SelectMode; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: maxPhotoSelectNumber?: number; Differences: maxPhotoSelectNumber?: number; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOptions; API declaration: maxVideoSelectNumber?: number; Differences: maxVideoSelectNumber?: number; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class BaseItemInfo Differences: export declare class BaseItemInfo | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: BaseItemInfo; API declaration: uri?: string; Differences: uri?: string; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: BaseItemInfo; API declaration: mimeType?: string; Differences: mimeType?: string; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: BaseItemInfo; API declaration: width?: number; Differences: width?: number; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: BaseItemInfo; API declaration: height?: number; Differences: height?: number; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: BaseItemInfo; API declaration: size?: number; Differences: size?: number; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: BaseItemInfo; API declaration: duration?: number; Differences: duration?: number; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class ItemInfo Differences: export declare class ItemInfo | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: ItemInfo; API declaration: itemType?: ItemType; Differences: itemType?: ItemType; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class PhotoBrowserInfo Differences: export declare class PhotoBrowserInfo | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoBrowserInfo; API declaration: animatorParams?: AnimatorParams; Differences: animatorParams?: AnimatorParams; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class AnimatorParams Differences: export declare class AnimatorParams | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: AnimatorParams; API declaration: duration?: number; Differences: duration?: number; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: AnimatorParams; API declaration: curve?: Curve |ICurve |string; Differences: curve?: Curve |ICurve |string; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class MaxSelected Differences: export declare class MaxSelected | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: MaxSelected; API declaration: data?: Map<MaxCountType, number>; Differences: data?: Map<MaxCountType, number>; | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum DataType Differences: export declare enum DataType | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: DataType; API declaration: SET_SELECTED_URIS = 1 Differences: SET_SELECTED_URIS = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: DataType; API declaration: SET_ALBUM_URI = 2 Differences: SET_ALBUM_URI = 2 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum ItemType Differences: export declare enum ItemType | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: ItemType; API declaration: THUMBNAIL = 0 Differences: THUMBNAIL = 0 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: ItemType; API declaration: CAMERA = 1 Differences: CAMERA = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum ClickType Differences: export declare enum ClickType | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: ClickType; API declaration: SELECTED = 0 Differences: SELECTED = 0 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: ClickType; API declaration: DESELECTED = 1 Differences: DESELECTED = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum PickerOrientation Differences: export declare enum PickerOrientation | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOrientation; API declaration: VERTICAL = 0 Differences: VERTICAL = 0 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerOrientation; API declaration: HORIZONTAL = 1 Differences: HORIZONTAL = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum SelectMode Differences: export declare enum SelectMode | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: SelectMode; API declaration: SINGLE_SELECT = 0 Differences: SINGLE_SELECT = 0 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: SelectMode; API declaration: MULTI_SELECT = 1 Differences: MULTI_SELECT = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum PickerColorMode Differences: export declare enum PickerColorMode | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerColorMode; API declaration: AUTO = 0 Differences: AUTO = 0 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerColorMode; API declaration: LIGHT = 1 Differences: LIGHT = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PickerColorMode; API declaration: DARK = 2 Differences: DARK = 2 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum ReminderMode Differences: export declare enum ReminderMode | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: ReminderMode; API declaration: NONE = 0 Differences: NONE = 0 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: ReminderMode; API declaration: TOAST = 1 Differences: TOAST = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: ReminderMode; API declaration: MASK = 2 Differences: MASK = 2 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum MaxCountType Differences: export declare enum MaxCountType | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: MaxCountType; API declaration: TOTAL_MAX_COUNT = 0 Differences: TOTAL_MAX_COUNT = 0 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: MaxCountType; API declaration: PHOTO_MAX_COUNT = 1 Differences: PHOTO_MAX_COUNT = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: MaxCountType; API declaration: VIDEO_MAX_COUNT = 2 Differences: VIDEO_MAX_COUNT = 2 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum PhotoBrowserRange Differences: export declare enum PhotoBrowserRange | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoBrowserRange; API declaration: ALL = 0 Differences: ALL = 0 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: PhotoBrowserRange; API declaration: SELECTED_ONLY = 1 Differences: SELECTED_ONLY = 1 | api/@ohos.file.PhotoPickerComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare struct RecentPhotoComponent Differences: export declare struct RecentPhotoComponent | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: RecentPhotoComponent; API declaration: recentPhotoOptions?: RecentPhotoOptions; Differences: recentPhotoOptions?: RecentPhotoOptions; | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: RecentPhotoComponent; API declaration: onRecentPhotoCheckResult?: RecentPhotoCheckResultCallback; Differences: onRecentPhotoCheckResult?: RecentPhotoCheckResultCallback; | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: RecentPhotoComponent; API declaration: onRecentPhotoClick: RecentPhotoClickCallback; Differences: onRecentPhotoClick: RecentPhotoClickCallback; | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: global; API declaration: export type RecentPhotoCheckResultCallback = (recentPhotoExists: boolean) => void; Differences: export type RecentPhotoCheckResultCallback = (recentPhotoExists: boolean) => void; | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: global; API declaration: export type RecentPhotoClickCallback = (recentPhotoInfo: BaseItemInfo) => boolean; Differences: export type RecentPhotoClickCallback = (recentPhotoInfo: BaseItemInfo) => boolean; | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare class RecentPhotoOptions Differences: export declare class RecentPhotoOptions | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: RecentPhotoOptions; API declaration: period?: number; Differences: period?: number; | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: RecentPhotoOptions; API declaration: MIMEType?: photoAccessHelper.PhotoViewMIMETypes; Differences: MIMEType?: photoAccessHelper.PhotoViewMIMETypes; | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: RecentPhotoOptions; API declaration: photoSource?: PhotoSource; Differences: photoSource?: PhotoSource; | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: global; API declaration: export declare enum PhotoSource Differences: export declare enum PhotoSource | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: PhotoSource; API declaration: ALL = 0 Differences: ALL = 0 | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: PhotoSource; API declaration: CAMERA = 1 Differences: CAMERA = 1 | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: PhotoSource; API declaration: SCREENSHOT = 2 Differences: SCREENSHOT = 2 | api/@ohos.file.RecentPhotoComponent.d.ets |
| New API | NA | Class name: global; API declaration: declare namespace sendablePhotoAccessHelper Differences: declare namespace sendablePhotoAccessHelper | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: function getPhotoAccessHelper(context: Context): PhotoAccessHelper; Differences: function getPhotoAccessHelper(context: Context): PhotoAccessHelper; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: const enum PhotoType Differences: const enum PhotoType | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoType; API declaration: IMAGE = 1 Differences: IMAGE = 1 | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoType; API declaration: VIDEO Differences: VIDEO | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: interface PhotoAsset Differences: interface PhotoAsset | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAsset; API declaration: readonly uri: string; Differences: readonly uri: string; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAsset; API declaration: readonly photoType: PhotoType; Differences: readonly photoType: PhotoType; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAsset; API declaration: readonly displayName: string; Differences: readonly displayName: string; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAsset; API declaration: get(member: string): photoAccessHelper.MemberType; Differences: get(member: string): photoAccessHelper.MemberType; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAsset; API declaration: set(member: string, value: string): void; Differences: set(member: string, value: string): void; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAsset; API declaration: commitModify(): Promise<void>; Differences: commitModify(): Promise<void>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAsset; API declaration: getThumbnail(size?: image.Size): Promise<image.PixelMap>; Differences: getThumbnail(size?: image.Size): Promise<image.PixelMap>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAsset; API declaration: convertToPhotoAsset(): photoAccessHelper.PhotoAsset; Differences: convertToPhotoAsset(): photoAccessHelper.PhotoAsset; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: interface FetchResult Differences: interface FetchResult | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: FetchResult; API declaration: getCount(): number; Differences: getCount(): number; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: FetchResult; API declaration: isAfterLast(): boolean; Differences: isAfterLast(): boolean; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: FetchResult; API declaration: getFirstObject(): Promise<T>; Differences: getFirstObject(): Promise<T>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: FetchResult; API declaration: getNextObject(): Promise<T>; Differences: getNextObject(): Promise<T>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: FetchResult; API declaration: getLastObject(): Promise<T>; Differences: getLastObject(): Promise<T>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: FetchResult; API declaration: getObjectByPosition(index: number): Promise<T>; Differences: getObjectByPosition(index: number): Promise<T>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: FetchResult; API declaration: getAllObjects(): Promise<Array<T>>; Differences: getAllObjects(): Promise<Array<T>>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: FetchResult; API declaration: close(): void; Differences: close(): void; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: const enum AlbumType Differences: const enum AlbumType | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AlbumType; API declaration: USER = 0 Differences: USER = 0 | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AlbumType; API declaration: SYSTEM = 1024 Differences: SYSTEM = 1024 | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: const enum AlbumSubtype Differences: const enum AlbumSubtype | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AlbumSubtype; API declaration: USER_GENERIC = 1 Differences: USER_GENERIC = 1 | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AlbumSubtype; API declaration: FAVORITE = 1025 Differences: FAVORITE = 1025 | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AlbumSubtype; API declaration: VIDEO Differences: VIDEO | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AlbumSubtype; API declaration: IMAGE = 1031 Differences: IMAGE = 1031 | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AlbumSubtype; API declaration: ANY = 2147483647 Differences: ANY = 2147483647 | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: interface AbsAlbum Differences: interface AbsAlbum | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AbsAlbum; API declaration: readonly albumType: AlbumType; Differences: readonly albumType: AlbumType; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AbsAlbum; API declaration: readonly albumSubtype: AlbumSubtype; Differences: readonly albumSubtype: AlbumSubtype; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AbsAlbum; API declaration: albumName: string; Differences: albumName: string; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AbsAlbum; API declaration: readonly albumUri: string; Differences: readonly albumUri: string; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AbsAlbum; API declaration: readonly count: number; Differences: readonly count: number; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AbsAlbum; API declaration: readonly coverUri: string; Differences: readonly coverUri: string; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: AbsAlbum; API declaration: getAssets(options: photoAccessHelper.FetchOptions): Promise<FetchResult<PhotoAsset>>; Differences: getAssets(options: photoAccessHelper.FetchOptions): Promise<FetchResult<PhotoAsset>>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: interface Album Differences: interface Album | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: Album; API declaration: readonly imageCount?: number; Differences: readonly imageCount?: number; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: Album; API declaration: readonly videoCount?: number; Differences: readonly videoCount?: number; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: Album; API declaration: commitModify(): Promise<void>; Differences: commitModify(): Promise<void>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: Album; API declaration: convertToPhotoAlbum(): photoAccessHelper.Album; Differences: convertToPhotoAlbum(): photoAccessHelper.Album; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: sendablePhotoAccessHelper; API declaration: interface PhotoAccessHelper Differences: interface PhotoAccessHelper | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAccessHelper; API declaration: getAssets(options: photoAccessHelper.FetchOptions): Promise<FetchResult<PhotoAsset>>; Differences: getAssets(options: photoAccessHelper.FetchOptions): Promise<FetchResult<PhotoAsset>>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAccessHelper; API declaration: getBurstAssets(burstKey: string, options: photoAccessHelper.FetchOptions): Promise<FetchResult<PhotoAsset>>; Differences: getBurstAssets(burstKey: string, options: photoAccessHelper.FetchOptions): Promise<FetchResult<PhotoAsset>>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAccessHelper; API declaration: createAsset(photoType: PhotoType, extension: string, options?: photoAccessHelper.CreateOptions): Promise<string>; Differences: createAsset(photoType: PhotoType, extension: string, options?: photoAccessHelper.CreateOptions): Promise<string>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAccessHelper; API declaration: getAlbums(options: photoAccessHelper.FetchOptions): Promise<FetchResult<Album>>; Differences: getAlbums(options: photoAccessHelper.FetchOptions): Promise<FetchResult<Album>>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAccessHelper; API declaration: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: photoAccessHelper.FetchOptions): Promise<FetchResult<Album>>; Differences: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: photoAccessHelper.FetchOptions): Promise<FetchResult<Album>>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: PhotoAccessHelper; API declaration: release(): Promise<void>; Differences: release(): Promise<void>; | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New API | NA | Class name: global; API declaration: declare interface MovingPhotoViewOptions Differences: declare interface MovingPhotoViewOptions | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewOptions; API declaration: movingPhoto: photoAccessHelper.MovingPhoto; Differences: movingPhoto: photoAccessHelper.MovingPhoto; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewOptions; API declaration: controller?: MovingPhotoViewController; Differences: controller?: MovingPhotoViewController; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: global; API declaration: interface MovingPhotoViewInterface Differences: interface MovingPhotoViewInterface | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: global; API declaration: declare type MovingPhotoViewEventCallback = () => void; Differences: declare type MovingPhotoViewEventCallback = () => void; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: global; API declaration: declare class MovingPhotoViewAttribute Differences: declare class MovingPhotoViewAttribute | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewAttribute; API declaration: muted(isMuted: boolean): MovingPhotoViewAttribute; Differences: muted(isMuted: boolean): MovingPhotoViewAttribute; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewAttribute; API declaration: objectFit(value: ImageFit): MovingPhotoViewAttribute; Differences: objectFit(value: ImageFit): MovingPhotoViewAttribute; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewAttribute; API declaration: onStart(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; Differences: onStart(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewAttribute; API declaration: onStop(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; Differences: onStop(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewAttribute; API declaration: onPause(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; Differences: onPause(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewAttribute; API declaration: onFinish(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; Differences: onFinish(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewAttribute; API declaration: onError(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; Differences: onError(callback: MovingPhotoViewEventCallback): MovingPhotoViewAttribute; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: global; API declaration: export class MovingPhotoViewController Differences: export class MovingPhotoViewController | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewController; API declaration: startPlayback(); Differences: startPlayback(); | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: MovingPhotoViewController; API declaration: stopPlayback(); Differences: stopPlayback(); | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: global; API declaration: declare const MovingPhotoView: MovingPhotoViewInterface; Differences: declare const MovingPhotoView: MovingPhotoViewInterface; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: global; API declaration: declare const MovingPhotoViewInstance: MovingPhotoViewAttribute; Differences: declare const MovingPhotoViewInstance: MovingPhotoViewAttribute; | api/@ohos.multimedia.movingphotoview.d.ts |
| New API | NA | Class name: photoAccessHelper; API declaration: enum PhotoSubtype Differences: enum PhotoSubtype | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoSubtype; API declaration: DEFAULT = 0 Differences: DEFAULT = 0 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoSubtype; API declaration: MOVING_PHOTO = 3 Differences: MOVING_PHOTO = 3 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoSubtype; API declaration: BURST = 4 Differences: BURST = 4 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: photoAccessHelper; API declaration: enum DynamicRangeType Differences: enum DynamicRangeType | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: DynamicRangeType; API declaration: SDR = 0 Differences: SDR = 0 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: DynamicRangeType; API declaration: HDR = 1 Differences: HDR = 1 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: RecommendationType; API declaration: PASSPORT = 6 Differences: PASSPORT = 6 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: RecommendationType; API declaration: BANK_CARD = 7 Differences: BANK_CARD = 7 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: RecommendationType; API declaration: DRIVER_LICENSE = 8 Differences: DRIVER_LICENSE = 8 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: RecommendationType; API declaration: DRIVING_LICENSE = 9 Differences: DRIVING_LICENSE = 9 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: RecommendationType; API declaration: FEATURED_SINGLE_PORTRAIT = 10 Differences: FEATURED_SINGLE_PORTRAIT = 10 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MediaAssetManager; API declaration: static requestMovingPhoto(context: Context, asset: PhotoAsset, requestOptions: RequestOptions, dataHandler: MediaAssetDataHandler<MovingPhoto>): Promise<string>; Differences: static requestMovingPhoto(context: Context, asset: PhotoAsset, requestOptions: RequestOptions, dataHandler: MediaAssetDataHandler<MovingPhoto>): Promise<string>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MediaAssetManager; API declaration: static cancelRequest(context: Context, requestId: string): Promise<void>; Differences: static cancelRequest(context: Context, requestId: string): Promise<void>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MediaAssetManager; API declaration: static requestVideoFile(context: Context, asset: PhotoAsset, requestOptions: RequestOptions, fileUri: string, dataHandler: MediaAssetDataHandler<boolean>): Promise<string>; Differences: static requestVideoFile(context: Context, asset: PhotoAsset, requestOptions: RequestOptions, fileUri: string, dataHandler: MediaAssetDataHandler<boolean>): Promise<string>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MediaAssetManager; API declaration: static loadMovingPhoto(context: Context, imageFileUri: string, videoFileUri: string): Promise<MovingPhoto>; Differences: static loadMovingPhoto(context: Context, imageFileUri: string, videoFileUri: string): Promise<MovingPhoto>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoKeys; API declaration: DATE_ADDED_MS = 'date_added_ms' Differences: DATE_ADDED_MS = 'date_added_ms' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoKeys; API declaration: DATE_MODIFIED_MS = 'date_modified_ms' Differences: DATE_MODIFIED_MS = 'date_modified_ms' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoKeys; API declaration: PHOTO_SUBTYPE = 'subtype' Differences: PHOTO_SUBTYPE = 'subtype' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoKeys; API declaration: DYNAMIC_RANGE_TYPE = 'dynamic_range_type' Differences: DYNAMIC_RANGE_TYPE = 'dynamic_range_type' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoKeys; API declaration: COVER_POSITION = 'cover_position' Differences: COVER_POSITION = 'cover_position' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoKeys; API declaration: BURST_KEY = 'burst_key' Differences: BURST_KEY = 'burst_key' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoKeys; API declaration: LCD_SIZE = 'lcd_size' Differences: LCD_SIZE = 'lcd_size' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoKeys; API declaration: THM_SIZE = 'thm_size' Differences: THM_SIZE = 'thm_size' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: photoAccessHelper; API declaration: interface PhotoCreationConfig Differences: interface PhotoCreationConfig | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoCreationConfig; API declaration: title?: string; Differences: title?: string; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoCreationConfig; API declaration: fileNameExtension: string; Differences: fileNameExtension: string; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoCreationConfig; API declaration: photoType: PhotoType; Differences: photoType: PhotoType; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoCreationConfig; API declaration: subtype?: PhotoSubtype; Differences: subtype?: PhotoSubtype; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: CreateOptions; API declaration: subtype?: PhotoSubtype; Differences: subtype?: PhotoSubtype; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: AlbumSubtype; API declaration: IMAGE = 1031 Differences: IMAGE = 1031 | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoAccessHelper; API declaration: getBurstAssets(burstKey: string, options: FetchOptions): Promise<FetchResult<PhotoAsset>>; Differences: getBurstAssets(burstKey: string, options: FetchOptions): Promise<FetchResult<PhotoAsset>>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoAccessHelper; API declaration: showAssetsCreationDialog(srcFileUris: Array<string>, photoCreationConfigs: Array<PhotoCreationConfig>): Promise<Array<string>>; Differences: showAssetsCreationDialog(srcFileUris: Array<string>, photoCreationConfigs: Array<PhotoCreationConfig>): Promise<Array<string>>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoAccessHelper; API declaration: createAssetWithShortTermPermission(photoCreationConfig: PhotoCreationConfig): Promise<string>; Differences: createAssetWithShortTermPermission(photoCreationConfig: PhotoCreationConfig): Promise<string>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoViewMIMETypes; API declaration: MOVING_PHOTO_IMAGE_TYPE = 'image/movingPhoto' Differences: MOVING_PHOTO_IMAGE_TYPE = 'image/movingPhoto' | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: photoAccessHelper; API declaration: class BaseSelectOptions Differences: class BaseSelectOptions | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: BaseSelectOptions; API declaration: isPreviewForSingleSelectionSupported?: boolean; Differences: isPreviewForSingleSelectionSupported?: boolean; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoSelectOptions; API declaration: isOriginalSupported?: boolean; Differences: isOriginalSupported?: boolean; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: PhotoSelectOptions; API declaration: subWindowName?: string; Differences: subWindowName?: string; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: RecommendationOptions; API declaration: textContextInfo?: TextContextInfo; Differences: textContextInfo?: TextContextInfo; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: photoAccessHelper; API declaration: interface TextContextInfo Differences: interface TextContextInfo | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: TextContextInfo; API declaration: text?: string; Differences: text?: string; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MediaAssetChangeRequest; API declaration: saveCameraPhoto(): void; Differences: saveCameraPhoto(): void; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MediaAssetChangeRequest; API declaration: discardCameraPhoto(): void; Differences: discardCameraPhoto(): void; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: photoAccessHelper; API declaration: interface MovingPhoto Differences: interface MovingPhoto | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MovingPhoto; API declaration: requestContent(imageFileUri: string, videoFileUri: string): Promise<void>; Differences: requestContent(imageFileUri: string, videoFileUri: string): Promise<void>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MovingPhoto; API declaration: requestContent(resourceType: ResourceType, fileUri: string): Promise<void>; Differences: requestContent(resourceType: ResourceType, fileUri: string): Promise<void>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MovingPhoto; API declaration: requestContent(resourceType: ResourceType): Promise<ArrayBuffer>; Differences: requestContent(resourceType: ResourceType): Promise<ArrayBuffer>; | api/@ohos.file.photoAccessHelper.d.ts |
| New API | NA | Class name: MovingPhoto; API declaration: getUri(): string; Differences: getUri(): string; | api/@ohos.file.photoAccessHelper.d.ts |
| Deleted API | Class name: global; API declaration: declare namespace mediaLibrary Differences: declare namespace mediaLibrary | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: function getMediaLibrary(): MediaLibrary; Differences: function getMediaLibrary(): MediaLibrary; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: function getMediaLibrary(context: Context): MediaLibrary; Differences: function getMediaLibrary(context: Context): MediaLibrary; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: enum MediaType Differences: enum MediaType | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaType; API declaration: FILE = 0 Differences: FILE = 0 | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaType; API declaration: IMAGE Differences: IMAGE | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaType; API declaration: VIDEO Differences: VIDEO | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaType; API declaration: AUDIO Differences: AUDIO | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: interface MediaAssetOption Differences: interface MediaAssetOption | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaAssetOption; API declaration: src: string; Differences: src: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaAssetOption; API declaration: mimeType: string; Differences: mimeType: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaAssetOption; API declaration: relativePath?: string; Differences: relativePath?: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: interface MediaSelectOption Differences: interface MediaSelectOption | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaSelectOption; API declaration: type: 'image' |'video' |'media'; Differences: type: 'image' |'video' |'media'; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaSelectOption; API declaration: count: number; Differences: count: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: interface FileAsset Differences: interface FileAsset | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly id: number; Differences: readonly id: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly uri: string; Differences: readonly uri: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly mimeType: string; Differences: readonly mimeType: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly mediaType: MediaType; Differences: readonly mediaType: MediaType; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: displayName: string; Differences: displayName: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: title: string; Differences: title: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: relativePath: string; Differences: relativePath: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly parent: number; Differences: readonly parent: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly size: number; Differences: readonly size: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly dateAdded: number; Differences: readonly dateAdded: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly dateModified: number; Differences: readonly dateModified: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly dateTaken: number; Differences: readonly dateTaken: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly artist: string; Differences: readonly artist: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly audioAlbum: string; Differences: readonly audioAlbum: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly width: number; Differences: readonly width: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly height: number; Differences: readonly height: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: orientation: number; Differences: orientation: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly duration: number; Differences: readonly duration: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly albumId: number; Differences: readonly albumId: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly albumUri: string; Differences: readonly albumUri: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: readonly albumName: string; Differences: readonly albumName: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: isDirectory(callback: AsyncCallback<boolean>): void; Differences: isDirectory(callback: AsyncCallback<boolean>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: isDirectory(): Promise<boolean>; Differences: isDirectory(): Promise<boolean>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: commitModify(callback: AsyncCallback<void>): void; Differences: commitModify(callback: AsyncCallback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: commitModify(): Promise<void>; Differences: commitModify(): Promise<void>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: open(mode: string, callback: AsyncCallback<number>): void; Differences: open(mode: string, callback: AsyncCallback<number>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: open(mode: string): Promise<number>; Differences: open(mode: string): Promise<number>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: close(fd: number, callback: AsyncCallback<void>): void; Differences: close(fd: number, callback: AsyncCallback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: close(fd: number): Promise<void>; Differences: close(fd: number): Promise<void>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: getThumbnail(callback: AsyncCallback<image.PixelMap>): void; Differences: getThumbnail(callback: AsyncCallback<image.PixelMap>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: getThumbnail(size: Size, callback: AsyncCallback<image.PixelMap>): void; Differences: getThumbnail(size: Size, callback: AsyncCallback<image.PixelMap>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: getThumbnail(size?: Size): Promise<image.PixelMap>; Differences: getThumbnail(size?: Size): Promise<image.PixelMap>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: favorite(isFavorite: boolean, callback: AsyncCallback<void>): void; Differences: favorite(isFavorite: boolean, callback: AsyncCallback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: favorite(isFavorite: boolean): Promise<void>; Differences: favorite(isFavorite: boolean): Promise<void>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: isFavorite(callback: AsyncCallback<boolean>): void; Differences: isFavorite(callback: AsyncCallback<boolean>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: isFavorite(): Promise<boolean>; Differences: isFavorite(): Promise<boolean>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: trash(isTrash: boolean, callback: AsyncCallback<void>): void; Differences: trash(isTrash: boolean, callback: AsyncCallback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: trash(isTrash: boolean): Promise<void>; Differences: trash(isTrash: boolean): Promise<void>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: isTrash(callback: AsyncCallback<boolean>): void; Differences: isTrash(callback: AsyncCallback<boolean>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileAsset; API declaration: isTrash(): Promise<boolean>; Differences: isTrash(): Promise<boolean>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: enum FileKey Differences: enum FileKey | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: ID = "file_id" Differences: ID = "file_id" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: RELATIVE_PATH = "relative_path" Differences: RELATIVE_PATH = "relative_path" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: DISPLAY_NAME = "display_name" Differences: DISPLAY_NAME = "display_name" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: PARENT = "parent" Differences: PARENT = "parent" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: MIME_TYPE = "mime_type" Differences: MIME_TYPE = "mime_type" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: MEDIA_TYPE = "media_type" Differences: MEDIA_TYPE = "media_type" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: SIZE = "size" Differences: SIZE = "size" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: DATE_ADDED = "date_added" Differences: DATE_ADDED = "date_added" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: DATE_MODIFIED = "date_modified" Differences: DATE_MODIFIED = "date_modified" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: DATE_TAKEN = "date_taken" Differences: DATE_TAKEN = "date_taken" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: TITLE = "title" Differences: TITLE = "title" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: ARTIST = "artist" Differences: ARTIST = "artist" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: AUDIOALBUM = "audio_album" Differences: AUDIOALBUM = "audio_album" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: DURATION = "duration" Differences: DURATION = "duration" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: WIDTH = "width" Differences: WIDTH = "width" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: HEIGHT = "height" Differences: HEIGHT = "height" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: ORIENTATION = "orientation" Differences: ORIENTATION = "orientation" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: ALBUM_ID = "bucket_id" Differences: ALBUM_ID = "bucket_id" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FileKey; API declaration: ALBUM_NAME = "bucket_display_name" Differences: ALBUM_NAME = "bucket_display_name" | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: interface MediaFetchOptions Differences: interface MediaFetchOptions | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaFetchOptions; API declaration: selections: string; Differences: selections: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaFetchOptions; API declaration: selectionArgs: Array<string>; Differences: selectionArgs: Array<string>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaFetchOptions; API declaration: order?: string; Differences: order?: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaFetchOptions; API declaration: uri?: string; Differences: uri?: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaFetchOptions; API declaration: networkId?: string; Differences: networkId?: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaFetchOptions; API declaration: extendArgs?: string; Differences: extendArgs?: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: interface FetchFileResult Differences: interface FetchFileResult | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getCount(): number; Differences: getCount(): number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: isAfterLast(): boolean; Differences: isAfterLast(): boolean; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: close(): void; Differences: close(): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getFirstObject(callback: AsyncCallback<FileAsset>): void; Differences: getFirstObject(callback: AsyncCallback<FileAsset>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getFirstObject(): Promise<FileAsset>; Differences: getFirstObject(): Promise<FileAsset>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getNextObject(callback: AsyncCallback<FileAsset>): void; Differences: getNextObject(callback: AsyncCallback<FileAsset>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getNextObject(): Promise<FileAsset>; Differences: getNextObject(): Promise<FileAsset>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getLastObject(callback: AsyncCallback<FileAsset>): void; Differences: getLastObject(callback: AsyncCallback<FileAsset>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getLastObject(): Promise<FileAsset>; Differences: getLastObject(): Promise<FileAsset>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getPositionObject(index: number, callback: AsyncCallback<FileAsset>): void; Differences: getPositionObject(index: number, callback: AsyncCallback<FileAsset>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getPositionObject(index: number): Promise<FileAsset>; Differences: getPositionObject(index: number): Promise<FileAsset>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getAllObject(callback: AsyncCallback<Array<FileAsset>>): void; Differences: getAllObject(callback: AsyncCallback<Array<FileAsset>>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: FetchFileResult; API declaration: getAllObject(): Promise<Array<FileAsset>>; Differences: getAllObject(): Promise<Array<FileAsset>>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: interface Album Differences: interface Album | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: readonly albumId: number; Differences: readonly albumId: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: albumName: string; Differences: albumName: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: readonly albumUri: string; Differences: readonly albumUri: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: readonly dateModified: number; Differences: readonly dateModified: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: readonly count: number; Differences: readonly count: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: readonly relativePath: string; Differences: readonly relativePath: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: readonly coverUri: string; Differences: readonly coverUri: string; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: commitModify(callback: AsyncCallback<void>): void; Differences: commitModify(callback: AsyncCallback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: commitModify(): Promise<void>; Differences: commitModify(): Promise<void>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: getFileAssets(callback: AsyncCallback<FetchFileResult>): void; Differences: getFileAssets(callback: AsyncCallback<FetchFileResult>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback<FetchFileResult>): void; Differences: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback<FetchFileResult>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Album; API declaration: getFileAssets(options?: MediaFetchOptions): Promise<FetchFileResult>; Differences: getFileAssets(options?: MediaFetchOptions): Promise<FetchFileResult>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: enum DirectoryType Differences: enum DirectoryType | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: DirectoryType; API declaration: DIR_CAMERA = 0 Differences: DIR_CAMERA = 0 | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: DirectoryType; API declaration: DIR_VIDEO Differences: DIR_VIDEO | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: DirectoryType; API declaration: DIR_IMAGE Differences: DIR_IMAGE | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: DirectoryType; API declaration: DIR_AUDIO Differences: DIR_AUDIO | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: DirectoryType; API declaration: DIR_DOCUMENTS Differences: DIR_DOCUMENTS | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: DirectoryType; API declaration: DIR_DOWNLOAD Differences: DIR_DOWNLOAD | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: interface MediaLibrary Differences: interface MediaLibrary | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: getPublicDirectory(type: DirectoryType, callback: AsyncCallback<string>): void; Differences: getPublicDirectory(type: DirectoryType, callback: AsyncCallback<string>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: getPublicDirectory(type: DirectoryType): Promise<string>; Differences: getPublicDirectory(type: DirectoryType): Promise<string>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback<FetchFileResult>): void; Differences: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback<FetchFileResult>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: getFileAssets(options: MediaFetchOptions): Promise<FetchFileResult>; Differences: getFileAssets(options: MediaFetchOptions): Promise<FetchFileResult>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; Differences: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; Differences: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; Differences: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; Differences: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; Differences: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; Differences: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; Differences: on(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; Differences: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; Differences: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; Differences: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; Differences: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; Differences: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; Differences: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; Differences: off(type: 'deviceChange' |'albumChange' |'imageChange' |'audioChange' |'videoChange' |'fileChange' |'remoteFileChange', callback?: Callback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback<FileAsset>): void; Differences: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback<FileAsset>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise<FileAsset>; Differences: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise<FileAsset>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: getAlbums(options: MediaFetchOptions, callback: AsyncCallback<Array<Album>>): void; Differences: getAlbums(options: MediaFetchOptions, callback: AsyncCallback<Array<Album>>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: getAlbums(options: MediaFetchOptions): Promise<Array<Album>>; Differences: getAlbums(options: MediaFetchOptions): Promise<Array<Album>>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: storeMediaAsset(option: MediaAssetOption, callback: AsyncCallback<string>): void; Differences: storeMediaAsset(option: MediaAssetOption, callback: AsyncCallback<string>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: storeMediaAsset(option: MediaAssetOption): Promise<string>; Differences: storeMediaAsset(option: MediaAssetOption): Promise<string>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: startImagePreview(images: Array<string>, index: number, callback: AsyncCallback<void>): void; Differences: startImagePreview(images: Array<string>, index: number, callback: AsyncCallback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: startImagePreview(images: Array<string>, callback: AsyncCallback<void>): void; Differences: startImagePreview(images: Array<string>, callback: AsyncCallback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: startImagePreview(images: Array<string>, index?: number): Promise<void>; Differences: startImagePreview(images: Array<string>, index?: number): Promise<void>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: startMediaSelect(option: MediaSelectOption, callback: AsyncCallback<Array<string>>): void; Differences: startMediaSelect(option: MediaSelectOption, callback: AsyncCallback<Array<string>>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: startMediaSelect(option: MediaSelectOption): Promise<Array<string>>; Differences: startMediaSelect(option: MediaSelectOption): Promise<Array<string>>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: release(callback: AsyncCallback<void>): void; Differences: release(callback: AsyncCallback<void>): void; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: MediaLibrary; API declaration: release(): Promise<void>; Differences: release(): Promise<void>; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: mediaLibrary; API declaration: interface Size Differences: interface Size | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Size; API declaration: width: number; Differences: width: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Deleted API | Class name: Size; API declaration: height: number; Differences: height: number; | NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| Member moved from child to parent classClass name: PhotoSelectOptions; API declaration: MIMEType?: PhotoViewMIMETypes; Differences: MIMEType?: PhotoViewMIMETypes; | Class name: BaseSelectOptions; API declaration: MIMEType?: PhotoViewMIMETypes; Differences: MIMEType?: PhotoViewMIMETypes; | api/@ohos.file.photoAccessHelper.d.ts | |
| Member moved from child to parent classClass name: PhotoSelectOptions; API declaration: maxSelectNumber?: number; Differences: maxSelectNumber?: number; | Class name: BaseSelectOptions; API declaration: maxSelectNumber?: number; Differences: maxSelectNumber?: number; | api/@ohos.file.photoAccessHelper.d.ts | |
| Member moved from child to parent classClass name: PhotoSelectOptions; API declaration: isSearchSupported?: boolean; Differences: isSearchSupported?: boolean; | Class name: BaseSelectOptions; API declaration: isSearchSupported?: boolean; Differences: isSearchSupported?: boolean; | api/@ohos.file.photoAccessHelper.d.ts | |
| Member moved from child to parent classClass name: PhotoSelectOptions; API declaration: isPhotoTakingSupported?: boolean; Differences: isPhotoTakingSupported?: boolean; | Class name: BaseSelectOptions; API declaration: isPhotoTakingSupported?: boolean; Differences: isPhotoTakingSupported?: boolean; | api/@ohos.file.photoAccessHelper.d.ts | |
| Member moved from child to parent classClass name: PhotoSelectOptions; API declaration: recommendationOptions?: RecommendationOptions; Differences: recommendationOptions?: RecommendationOptions; | Class name: BaseSelectOptions; API declaration: recommendationOptions?: RecommendationOptions; Differences: recommendationOptions?: RecommendationOptions; | api/@ohos.file.photoAccessHelper.d.ts | |
| Member moved from child to parent classClass name: PhotoSelectOptions; API declaration: preselectedUris?: Array<string>; Differences: preselectedUris?: Array<string>; | Class name: BaseSelectOptions; API declaration: preselectedUris?: Array<string>; Differences: preselectedUris?: Array<string>; | api/@ohos.file.photoAccessHelper.d.ts | |
| Deleted kit | Class name: global; API declaration: api@ohos.multimedia.mediaLibrary.d.ts Differences: MediaLibraryKit | Class name: global; API declaration: Differences: NA | api/@ohos.multimedia.mediaLibrary.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.AlbumPickerComponent.d.ets Differences: MediaLibraryKit | api/@ohos.file.AlbumPickerComponent.d.ets |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.PhotoPickerComponent.d.ets Differences: MediaLibraryKit | api/@ohos.file.PhotoPickerComponent.d.ets |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.RecentPhotoComponent.d.ets Differences: MediaLibraryKit | api/@ohos.file.RecentPhotoComponent.d.ets |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.sendablePhotoAccessHelper.d.ets Differences: MediaLibraryKit | api/@ohos.file.sendablePhotoAccessHelper.d.ets |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.multimedia.movingphotoview.d.ts Differences: MediaLibraryKit | api/@ohos.multimedia.movingphotoview.d.ts |
| New support for atomic services | Class name: photoAccessHelper; API declaration: enum RecommendationType Differences: NA | Class name: photoAccessHelper; API declaration: enum RecommendationType Differences: atomicservice | api/@ohos.file.photoAccessHelper.d.ts |
| New support for atomic services | Class name: photoAccessHelper; API declaration: interface PhotoAsset Differences: NA | Class name: photoAccessHelper; API declaration: interface PhotoAsset Differences: atomicservice | api/@ohos.file.photoAccessHelper.d.ts |
| New support for atomic services | Class name: PhotoAsset; API declaration: readonly uri: string; Differences: NA | Class name: PhotoAsset; API declaration: readonly uri: string; Differences: atomicservice | api/@ohos.file.photoAccessHelper.d.ts |
| New support for atomic services | Class name: MediaAssetChangeRequest; API declaration: static createImageAssetRequest(context: Context, fileUri: string): MediaAssetChangeRequest; Differences: NA | Class name: MediaAssetChangeRequest; API declaration: static createImageAssetRequest(context: Context, fileUri: string): MediaAssetChangeRequest; Differences: atomicservice | api/@ohos.file.photoAccessHelper.d.ts |
| New support for atomic services | Class name: MediaAssetChangeRequest; API declaration: getAsset(): PhotoAsset; Differences: NA | Class name: MediaAssetChangeRequest; API declaration: getAsset(): PhotoAsset; Differences: atomicservice | api/@ohos.file.photoAccessHelper.d.ts |
| New support for atomic services | Class name: MediaAssetChangeRequest; API declaration: setTitle(title: string): void; Differences: NA | Class name: MediaAssetChangeRequest; API declaration: setTitle(title: string): void; Differences: atomicservice | api/@ohos.file.photoAccessHelper.d.ts |
| New inheriting class | Class name: photoAccessHelper; API declaration: class PhotoSelectOptions Differences: NA | Class name: photoAccessHelper; API declaration: class PhotoSelectOptions Differences: class PhotoSelectOptions | api/@ohos.file.photoAccessHelper.d.ts |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apidiff-ArkGraphics2D
openharmony 鸿蒙 js-apidiff-ArkGraphics3D
openharmony 鸿蒙 js-apidiff-MediaKit
openharmony 鸿蒙 js-apidiff-InputKit
openharmony 鸿蒙 js-apidiff-BasicServicesKit
openharmony 鸿蒙 js-apidiff-ConnectivityKit
openharmony 鸿蒙 js-apidiff-ArkWeb