Android.Content.Intent.Action Property
Retrieve the general action to be performed, such as Intent.ActionView.

Syntax

[get: Android.Runtime.Register("getAction", "()Ljava/lang/String;", "GetGetActionHandler")]
public virtual string Action { get; }

See Also

Intent.SetAction(string)

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the general action to be performed, such as Intent.ActionView. The action describes the general way the rest of the information in the intent should be interpreted -- most importantly, what to do with the data returned by Intent.Data.

[Android Documentation]

Requirements

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