EmbeddedPhotoPickerFeatureInfo.EmbeddedUiCustomizationParams 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 embedded-specific UI customization options set by the app.
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerUiCustomizationParams? EmbeddedUiCustomizationParams { [Android.Runtime.Register("getEmbeddedUiCustomizationParams", "()Landroid/widget/photopicker/EmbeddedPhotoPickerUiCustomizationParams;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getEmbeddedUiCustomizationParams", "()Landroid/widget/photopicker/EmbeddedPhotoPickerUiCustomizationParams;", "", ApiSince=37)>]
member this.EmbeddedUiCustomizationParams : Android.Widget.PhotoPicker.EmbeddedPhotoPickerUiCustomizationParams
Property Value
The EmbeddedPhotoPickerUiCustomizationParams object,
or null if no custom embedded options are set.
- Attributes