Language

WebAppQueryRequest Constructors

Definition

Overloads

Name Description
WebAppQueryRequest(String)

Creates a new WebAppQueryRequest with the target package name.

WebAppQueryRequest(IntPtr, JniHandleOwnership)

WebAppQueryRequest(String)

Creates a new WebAppQueryRequest with the target package name.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=37)]
public WebAppQueryRequest(string packageName);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=37)>]
new Android.Content.PM.Webapp.WebAppQueryRequest : string -> Android.Content.PM.Webapp.WebAppQueryRequest

Parameters

packageName
String

The name of the package to query.

Attributes

Remarks

Creates a new WebAppQueryRequest with the target package name.

Android reference for android.content.pm.webapp.WebAppQueryRequest.WebAppQueryRequest.

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

WebAppQueryRequest(IntPtr, JniHandleOwnership)

protected WebAppQueryRequest(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.PM.Webapp.WebAppQueryRequest : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.PM.Webapp.WebAppQueryRequest

Parameters

javaReference
IntPtr

nativeint

Applies to