CloudMediaProviderContract.SearchSuggestionColumns.Type Field
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 type of the search suggestion.
[Android.Runtime.Register("TYPE", ApiSince=36)]
public const string Type;
[<Android.Runtime.Register("TYPE", ApiSince=36)>]
val mutable Type : string
Field Value
- Attributes
Remarks
The type of the search suggestion.
This must contain one of the values from various supported search suggestion types. These are: #SEARCH_SUGGESTION_TEXT, #SEARCH_SUGGESTION_FACE, #SEARCH_SUGGESTION_DATE, #SEARCH_SUGGESTION_LOCATION, #SEARCH_SUGGESTION_ALBUM
This will be used to display to user different suggestions in different way. As examples: for Location type, a thumbnail of location will be used. For faces, face cover id (if provided) will be used. Type: INTEGER
Java documentation for android.provider.CloudMediaProviderContract.SearchSuggestionColumns.TYPE.
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.