Android.Content.Intent.SetAction Method
Set the general action to be performed.

Syntax

[Android.Runtime.Register("setAction", "(Ljava/lang/String;)Landroid/content/Intent;", "GetSetAction_Ljava_lang_String_Handler")]
public virtual Intent SetAction (string action)

See Also

Intent.Action

Parameters

action
An action name, such as ACTION_VIEW. Application-specific actions should be prefixed with the vendor's package name.

Returns

Documentation for this section has not yet been entered.

Remarks

Set the general action to be performed.

[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