PackageInstaller.UnarchivalState.CreateUserActionRequiredState Method
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.
[Android.Runtime.Register("createUserActionRequiredState", "(ILandroid/app/PendingIntent;)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)]
public static Android.Content.PM.PackageInstaller.UnarchivalState CreateUserActionRequiredState (int unarchiveId, Android.App.PendingIntent userActionIntent);
[<Android.Runtime.Register("createUserActionRequiredState", "(ILandroid/app/PendingIntent;)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)>]
static member CreateUserActionRequiredState : int * Android.App.PendingIntent -> Android.Content.PM.PackageInstaller.UnarchivalState
Parameters
- unarchiveId
- Int32
- userActionIntent
- PendingIntent
Returns
- Attributes