IntentFilterAttribute(String[]) Constructor

Definition

Constructs and initializes a new IntentFilterAttribute instance with the specified actions.

public IntentFilterAttribute (string[] actions);
new Android.App.IntentFilterAttribute : string[] -> Android.App.IntentFilterAttribute

Parameters

actions
String[]

A String array containing the actions for this intent filter.

Exceptions

actions is null

actions does not contain at least one item.

Remarks

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