PackageInstaller.SessionParams Constructors
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.
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.
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
- transfer
- JniHandleOwnership
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.