Android.App.SearchableInfo.SuggestIntentAction Property
Gets the optional intent action for use with these suggestions.

Syntax

[get: Android.Runtime.Register("getSuggestIntentAction", "()Ljava/lang/String;", "GetGetSuggestIntentActionHandler")]
public string SuggestIntentAction { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the optional intent action for use with these suggestions. This is useful if all intents will have the same action (e.g. Android.Content.Intent.ActionView) This can be overriden in any given suggestion using the column SearchManager.SuggestColumnIntentAction.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8