PackageManager.InstantAppCookieMaxBytes Property
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.
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.