EmbeddedPhotoPickerFeatureInfo.Builder.SetHighlightType(Int32) 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.
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.
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.