Language

PackageManager.InstantAppCookieMaxBytes Property

Definition

Gets the maximum size in bytes of the cookie data an instant app can store on the device.

public abstract int InstantAppCookieMaxBytes { [Android.Runtime.Register("getInstantAppCookieMaxBytes", "()I", "GetGetInstantAppCookieMaxBytesHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getInstantAppCookieMaxBytes", "()I", "GetGetInstantAppCookieMaxBytesHandler", ApiSince=26)>]
member this.InstantAppCookieMaxBytes : int

Property Value

The max cookie size in bytes.

Attributes

Remarks

Gets the maximum size in bytes of the cookie data an instant app can store on the device.

Android reference for android.content.pm.PackageManager.getInstantAppCookieMaxBytes.

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