Language

EmbeddedPhotoPickerFeatureInfo.Builder.SetHighlightType(Int32) Method

Definition

The app can choose to specify the highlight type i.e. the way in which the highlighted media results will be shown in the photopicker.

[Android.Runtime.Register("setHighlightType", "(I)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=37)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder SetHighlightType(int highlightType);
[<Android.Runtime.Register("setHighlightType", "(I)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=37)>]
member this.SetHighlightType : int -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder

Parameters

highlightType
Int32

One of the above mentioned int params specifying the highlight type.

Returns

Attributes

Remarks

The app can choose to specify the highlight type i.e. the way in which the highlighted media results will be shown in the photopicker. The highlight type can be set for both album and search highlights.

Android reference for android.widget.photopicker.EmbeddedPhotoPickerFeatureInfo.Builder.setHighlightType.

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