PackageManager.GetInstantAppCookie Method

Definition

Gets the instant application cookie for this app.

[Android.Runtime.Register("getInstantAppCookie", "()[B", "GetGetInstantAppCookieHandler", ApiSince=26)]
public abstract byte[] GetInstantAppCookie ();
[<Android.Runtime.Register("getInstantAppCookie", "()[B", "GetGetInstantAppCookieHandler", ApiSince=26)>]
abstract member GetInstantAppCookie : unit -> byte[]

Returns

Byte[]

The cookie.

Attributes

Remarks

Java documentation for android.content.pm.PackageManager.getInstantAppCookie().

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