MockPackageManager.GetAllIntentFilters(String) Method

Definition

[Android.Runtime.Register("getAllIntentFilters", "(Ljava/lang/String;)Ljava/util/List;", "GetGetAllIntentFilters_Ljava_lang_String_Handler", ApiSince=23)]
public virtual System.Collections.Generic.IList<Android.Content.IntentFilter>? GetAllIntentFilters (string? packageName);
[<Android.Runtime.Register("getAllIntentFilters", "(Ljava/lang/String;)Ljava/util/List;", "GetGetAllIntentFilters_Ljava_lang_String_Handler", ApiSince=23)>]
abstract member GetAllIntentFilters : string -> System.Collections.Generic.IList<Android.Content.IntentFilter>
override this.GetAllIntentFilters : string -> System.Collections.Generic.IList<Android.Content.IntentFilter>

Parameters

packageName
String

Returns

Attributes

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