Searched refs:RecentPhotoComponent (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-file-RecentPhotoComponent.md | 1 # @ohos.file.RecentPhotoComponent (最近图片组件) 13 RecentPhotoComponent, RecentPhotoOptions, RecentPhotoCheckResultCallback, 15 } from '@ohos.file.RecentPhotoComponent'; 22 ## RecentPhotoComponent section 24 RecentPhotoComponent({ 31 RecentPhotoComponent,是最近图片组件,可用于访问公共目录下的图片/视频文件。通过此组件,应用无需申请媒体访问权限,即可根据配置项,访问公共目录下最新的一个图片或视频文件。 150 …RecentPhotoComponent, RecentPhotoOptions, PhotoSource, RecentPhotoInfo, RecentPhotoCheckResultCall… 151 } from '@ohos.file.RecentPhotoComponent'; 192 RecentPhotoComponent({
|
H A D | Readme-CN.md | 13 - [@ohos.file.RecentPhotoComponent (最近图片组件)](ohos-file-RecentPhotoComponent.md)
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | RecentPhotoComponent.ets | 24 export struct RecentPhotoComponent { 48 console.info('RecentPhotoComponent onRemoteReady'); 55 console.info('RecentPhotoComponent onError'); 64 console.info('RecentPhotoComponent OnReceive:' + JSON.stringify(wantParam)); 81 console.warn('RecentPhotoComponent onReceive data type is invalid.'); 102 … console.info('RecentPhotoComponent convertMIMETypeToFilterType : ' + JSON.stringify(filterType));
|
H A D | recentphotocomponent.js | 27 export class RecentPhotoComponent extends ViewPU { class 164 export default { RecentPhotoComponent, RecentPhotoOptions, PhotoSource, RecentPhotoInfo };
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-file-RecentPhotoComponent.md | 1 # @ohos.file.RecentPhotoComponent (RecentPhotoComponent) 3 The **RecentPhotoComponent** component embedded in the UI of an application allows the application … 13 RecentPhotoComponent, RecentPhotoOptions, RecentPhotoCheckResultCallback, 15 } from '@ohos.file.RecentPhotoComponent'; 22 ## RecentPhotoComponent section 24 RecentPhotoComponent({ 150 …RecentPhotoComponent, RecentPhotoOptions, PhotoSource, RecentPhotoInfo, RecentPhotoCheckResultCall… 151 } from '@ohos.file.RecentPhotoComponent'; 192 RecentPhotoComponent({
|
H A D | Readme-EN.md | 13 - [@ohos.file.RecentPhotoComponent (RecentPhotoComponent)](ohos-file-RecentPhotoComponent.md)
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/ |
H A D | BUILD.gn | 574 sources = [ "./@ohos.file.RecentPhotoComponent.d.ets" ]
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 3846 …- [@ohos.file.RecentPhotoComponent (RecentPhotoComponent)](reference/apis-media-library-kit/ohos-f…
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 3987 …- [@ohos.file.RecentPhotoComponent (最近图片组件)](reference/apis-media-library-kit/ohos-file-RecentPhot…
|