Language

EmbeddedPhotoPickerFeatureInfo.UiCustomizationParams Property

Definition

Returns the ui customization options set by the app.

public Android.Widget.PhotoPicker.PhotoPickerUiCustomizationParams? UiCustomizationParams { [Android.Runtime.Register("getUiCustomizationParams", "()Landroid/widget/photopicker/PhotoPickerUiCustomizationParams;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getUiCustomizationParams", "()Landroid/widget/photopicker/PhotoPickerUiCustomizationParams;", "", ApiSince=37)>]
member this.UiCustomizationParams : Android.Widget.PhotoPicker.PhotoPickerUiCustomizationParams

Property Value

The PhotoPickerUiCustomizationParams object containing the ui customization options, or null if no custom options are set.

Attributes

Remarks

This method was deprecated in API level 37.1. Use getEmbeddedUiCustomizationParams() instead.

Returns the ui customization options set by the app.

Android reference for android.widget.photopicker.EmbeddedPhotoPickerFeatureInfo.getUiCustomizationParams.

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