EmbeddedPhotoPickerFeatureInfo.UiCustomizationParams Property
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.
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.
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.