PackageInstaller.SessionInfo.SessionConflict Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.PM.SessionStatus enum directly instead of this field.

Constant indicating that the session was in conflict with another session and had to be sacrificed for resolution.

[Android.Runtime.Register("SESSION_CONFLICT", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.SessionStatus enum directly instead of this field.", true)]
public const Android.Content.PM.SessionStatus SessionConflict = 4;
[<Android.Runtime.Register("SESSION_CONFLICT", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.SessionStatus enum directly instead of this field.", true)>]
val mutable SessionConflict : Android.Content.PM.SessionStatus

Field Value

Value = 4

Implements

Attributes

Remarks

Constant indicating that the session was in conflict with another session and had to be sacrificed for resolution.

Java documentation for android.content.pm.PackageInstaller.SessionInfo.SESSION_CONFLICT.

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