Language

MediaStore.KeyPickImagesHighlightSearchTextQuery Field

Definition

One of the Bundle keys for MediaStore#EXTRA_PICK_IMAGES_HIGHLIGHT_SEARCH_RESULTS specifying the input query for which the app can request to show highlighted media results in the photopicker.

[Android.Runtime.Register("KEY_PICK_IMAGES_HIGHLIGHT_SEARCH_TEXT_QUERY", ApiSince=36)]
public const string KeyPickImagesHighlightSearchTextQuery;
[<Android.Runtime.Register("KEY_PICK_IMAGES_HIGHLIGHT_SEARCH_TEXT_QUERY", ApiSince=36)>]
val mutable KeyPickImagesHighlightSearchTextQuery : string

Field Value

Attributes

Remarks

One of the Bundle keys for MediaStore#EXTRA_PICK_IMAGES_HIGHLIGHT_SEARCH_RESULTS specifying the input query for which the app can request to show highlighted media results in the photopicker. The photopicker will trigger a search based on this input value to show highlighted media results. The value of this key can be any string value for which the app wants to show highlighted results. In case the input text query is null, IllegalArgumentException is thrown. Read more: MediaStore#EXTRA_PICK_IMAGES_HIGHLIGHT_SEARCH_RESULTS

Java documentation for android.provider.MediaStore.KEY_PICK_IMAGES_HIGHLIGHT_SEARCH_TEXT_QUERY.

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