PackageInstaller.SessionInfo.Size 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.
Get the value as set in SessionParams#setSize(long)
.
public virtual long Size { [Android.Runtime.Register("getSize", "()J", "GetGetSizeHandler", ApiSince=27)] get; }
[<get: Android.Runtime.Register("getSize", "()J", "GetGetSizeHandler", ApiSince=27)>]
member this.Size : int64
Property Value
- Attributes
Remarks
Get the value as set in SessionParams#setSize(long)
.
The value is a hint and does not have to match the actual size.
Java documentation for android.content.pm.PackageInstaller.SessionInfo.getSize()
.
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.