SearchManager.SuggestUriPathShortcut 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.
Uri path for shortcut validation.
[Android.Runtime.Register("SUGGEST_URI_PATH_SHORTCUT")]
public const string SuggestUriPathShortcut;
[<Android.Runtime.Register("SUGGEST_URI_PATH_SHORTCUT")>]
val mutable SuggestUriPathShortcut : string
Field Value
- Attributes
Remarks
Uri path for shortcut validation. This is the path that the search manager will use when querying your content provider to refresh a shortcutted suggestion result and to check if it is still valid. When asked, a source may return an up to date result, or no result. No result indicates the shortcut refers to a no longer valid sugggestion.
Java documentation for android.app.SearchManager.SUGGEST_URI_PATH_SHORTCUT
.
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.