IntentFilter.GetAction(Int32) Method

Definition

Return an action in the filter.

[Android.Runtime.Register("getAction", "(I)Ljava/lang/String;", "")]
public string? GetAction (int index);
[<Android.Runtime.Register("getAction", "(I)Ljava/lang/String;", "")>]
member this.GetAction : int -> string

Parameters

index
Int32

Returns

Attributes

Remarks

Return an action in the filter.

Java documentation for android.content.IntentFilter.getAction(int).

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.

Applies to