Language

EmbeddedPhotoPickerFeatureInfo.Builder.SetSelectionParams Method

Definition

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.

Android reference for android.widget.photopicker.EmbeddedPhotoPickerFeatureInfo.Builder.setSelectionParams.

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.

Applies to