IntentFilter.CountActions Method

Definition

Return the number of actions in the filter.

[Android.Runtime.Register("countActions", "()I", "")]
public int CountActions ();
[<Android.Runtime.Register("countActions", "()I", "")>]
member this.CountActions : unit -> int

Returns

Attributes

Remarks

Return the number of actions in the filter.

Java documentation for android.content.IntentFilter.countActions().

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