Partager via


PackageInstaller.UnarchivalState.CreateInsufficientStorageState Method

Definition

[Android.Runtime.Register("createInsufficientStorageState", "(IJLandroid/app/PendingIntent;)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)]
public static Android.Content.PM.PackageInstaller.UnarchivalState CreateInsufficientStorageState (int unarchiveId, long requiredStorageBytes, Android.App.PendingIntent? userActionIntent);
[<Android.Runtime.Register("createInsufficientStorageState", "(IJLandroid/app/PendingIntent;)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)>]
static member CreateInsufficientStorageState : int * int64 * Android.App.PendingIntent -> Android.Content.PM.PackageInstaller.UnarchivalState

Parameters

unarchiveId
Int32
requiredStorageBytes
Int64
userActionIntent
PendingIntent

Returns

Attributes

Applies to