EmbeddedPhotoPickerFeatureInfo.Builder.SetOrderedSelection(Boolean) Method
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.
Sets whether selected media items are presented in the order in which the user selected them.
[Android.Runtime.Register("setOrderedSelection", "(Z)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=36)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder SetOrderedSelection(bool orderedSelection);
[<Android.Runtime.Register("setOrderedSelection", "(Z)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=36)>]
member this.SetOrderedSelection : bool -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder
Parameters
- orderedSelection
- Boolean
true to preserve the user's selection order; the default is false.
Returns
This builder.
- Attributes