EmbeddedPhotoPickerUiCustomizationParams.Builder.Build 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.
Builds the EmbeddedPhotoPickerUiCustomizationParams object.
[Android.Runtime.Register("build", "()Landroid/widget/photopicker/EmbeddedPhotoPickerUiCustomizationParams;", "", ApiSince=37)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerUiCustomizationParams Build();
[<Android.Runtime.Register("build", "()Landroid/widget/photopicker/EmbeddedPhotoPickerUiCustomizationParams;", "", ApiSince=37)>]
member this.Build : unit -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerUiCustomizationParams
Returns
A new EmbeddedPhotoPickerUiCustomizationParams instance with the
configured UI properties.
- Attributes