CloudMediaProviderContract.ExtraPageSize Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum number of query results that should be included in a batch when syncing metadata with cloud provider.
[Android.Runtime.Register("EXTRA_PAGE_SIZE", ApiSince=35)]
public const string ExtraPageSize;
[<Android.Runtime.Register("EXTRA_PAGE_SIZE", ApiSince=35)>]
val mutable ExtraPageSize : string
Field Value
- Attributes
Remarks
The maximum number of query results that should be included in a batch when syncing metadata with cloud provider.
This extra can be passed as a Bundle
parameter to the media or album query methods.
It is optional for the provider to honor this extra and return results at max page size.
Java documentation for android.provider.CloudMediaProviderContract.EXTRA_PAGE_SIZE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.