Share via


PackageInstaller.SessionParams Constructors

Definition

Overloads

PackageInstaller.SessionParams(PackageInstallMode)

Construct parameters for a new package install session.

PackageInstaller.SessionParams(IntPtr, JniHandleOwnership)

PackageInstaller.SessionParams(PackageInstallMode)

Construct parameters for a new package install session.

[Android.Runtime.Register(".ctor", "(I)V", "")]
public SessionParams (Android.Content.PM.PackageInstallMode mode);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Content.PM.PackageInstaller.SessionParams : Android.Content.PM.PackageInstallMode -> Android.Content.PM.PackageInstaller.SessionParams

Parameters

mode
PackageInstallMode

one of #MODE_FULL_INSTALL or #MODE_INHERIT_EXISTING describing how the session should interact with an existing app.

Attributes

Remarks

Construct parameters for a new package install session.

Java documentation for android.content.pm.PackageInstaller.SessionParams.PackageInstaller$SessionParams(int).

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

PackageInstaller.SessionParams(IntPtr, JniHandleOwnership)

protected SessionParams (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.PM.PackageInstaller.SessionParams : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.PM.PackageInstaller.SessionParams

Parameters

javaReference
IntPtr

nativeint

Remarks

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