Language

EmbeddedPhotoPickerFeatureInfo.Builder.SetUiCustomizationParams Method

Definition

This method was deprecated in API level 37.1.

[Android.Runtime.Register("setUiCustomizationParams", "(Landroid/widget/photopicker/PhotoPickerUiCustomizationParams;)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=37)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder SetUiCustomizationParams(Android.Widget.PhotoPicker.PhotoPickerUiCustomizationParams? uiCustomizationParams);
[<Android.Runtime.Register("setUiCustomizationParams", "(Landroid/widget/photopicker/PhotoPickerUiCustomizationParams;)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=37)>]
member this.SetUiCustomizationParams : Android.Widget.PhotoPicker.PhotoPickerUiCustomizationParams -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder

Parameters

uiCustomizationParams
PhotoPickerUiCustomizationParams

The PhotoPickerUiCustomizationParams object containing the ui customization params, or null to clear any custom options.

Returns

This Builder object to allow for chaining of calls. This value cannot be null.

Attributes

Remarks

This method was deprecated in API level 37.1. Use (EmbeddedPhotoPickerUiCustomizationParams) to set all UI parameters, including embedded-specific ones.

Sets the ui customization params to apply to the Photo Picker.

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

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