EmbeddedPhotoPickerFeatureInfo.Builder.SetSelectionParams 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 the selection options, which specify filters for media item properties.
[Android.Runtime.Register("setSelectionParams", "(Landroid/widget/photopicker/PhotoPickerSelectionParams;)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=37)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder SetSelectionParams(Android.Widget.PhotoPicker.PhotoPickerSelectionParams? selectionParams);
[<Android.Runtime.Register("setSelectionParams", "(Landroid/widget/photopicker/PhotoPickerSelectionParams;)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=37)>]
member this.SetSelectionParams : Android.Widget.PhotoPicker.PhotoPickerSelectionParams -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder
Parameters
- selectionParams
- PhotoPickerSelectionParams
The PhotoPickerSelectionParams object containing the selection filters, or null to clear any custom selection options.
Returns
This Builder object to allow for chaining of calls. This value cannot be null.
- Attributes
Remarks
Sets the selection options, which specify filters for media item properties.
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.