WebAppQueryRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| WebAppQueryRequest(String) |
Creates a new |
| 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
- transfer
- JniHandleOwnership