PackageInstaller.SessionInfo.StagedSessionConflict Field

Definition

Caution

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

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

Field Value

StagedSession

Implements

Attributes

Applies to