Lines Matching refs:albums
409 Obtains albums based on the specified options and album type. This API uses an asynchronous callbac…
411 Before the operation, ensure that the albums to obtain exist.
421 | type | [AlbumType](#albumtype) | Yes | Type of the albums to obtain. |
423 | options | [FetchOptions](#fetchoptions) | Yes | Options for fetching the albums. …
471 Obtains albums by type. This API uses an asynchronous callback to return the result.
473 Before the operation, ensure that the albums to obtain exist.
483 | type | [AlbumType](#albumtype) | Yes | Type of the albums to obtain. |
524 Obtains albums based on the specified options and album type. This API uses a promise to return the…
526 Before the operation, ensure that the albums to obtain exist.
536 | type | [AlbumType](#albumtype) | Yes | Type of the albums to obtain. |
538 …tions) | No | Options for fetching the albums. If this parameter is not specified, the a…
2595 Provides APIs to manage albums.
3943 // Ensure that user albums and photos exist in Gallery.
5051 …hColumns: ['uri', 'title']**.<br>If this parameter is left blank for albums, albums are fetched by…
5131 …which must be used with **forChildUris{true}** to subscribe to change notifications of all albums.|