PackageManager.InvokeIsInstantApp(String) Method

Definition

Gets whether the given package is an instant app.

[Android.Runtime.Register("isInstantApp", "(Ljava/lang/String;)Z", "GetInvokeIsInstantApp_Ljava_lang_String_Handler", ApiSince=26)]
public abstract bool InvokeIsInstantApp (string packageName);
[<Android.Runtime.Register("isInstantApp", "(Ljava/lang/String;)Z", "GetInvokeIsInstantApp_Ljava_lang_String_Handler", ApiSince=26)>]
abstract member InvokeIsInstantApp : string -> bool

Parameters

packageName
String

The package to check

Returns

Whether the given package is an instant app.

Attributes

Remarks

Gets whether the given package is an instant app.

Java documentation for android.content.pm.PackageManager.isInstantApp(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