EmbeddedPhotoPickerFeatureInfo.Builder.SetUiCustomizationParams Method
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.
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.
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.