PackageManager.QueryReceiverProperty(String) Method

Definition

Returns the property definition for all <receiver> tags.

[Android.Runtime.Register("queryReceiverProperty", "(Ljava/lang/String;)Ljava/util/List;", "GetQueryReceiverProperty_Ljava_lang_String_Handler", ApiSince=31)]
public virtual System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property> QueryReceiverProperty (string propertyName);
[<Android.Runtime.Register("queryReceiverProperty", "(Ljava/lang/String;)Ljava/util/List;", "GetQueryReceiverProperty_Ljava_lang_String_Handler", ApiSince=31)>]
abstract member QueryReceiverProperty : string -> System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property>
override this.QueryReceiverProperty : string -> System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property>

Parameters

propertyName
String

Returns

IList<Property>
Attributes

Remarks

Java documentation for android.content.pm.PackageManager.queryReceiverProperty(java.lang.String).

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