PackageInstaller.SessionInfo.IsStagedSessionFailed プロパティ

定義

問題が発生し、ステージング セッションが失敗として宣言されているかどうか。つまり、次回の再起動時に無視されます。

public virtual bool IsStagedSessionFailed { [Android.Runtime.Register("isStagedSessionFailed", "()Z", "GetIsStagedSessionFailedHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("isStagedSessionFailed", "()Z", "GetIsStagedSessionFailedHandler", ApiSince=29)>]
member this.IsStagedSessionFailed : bool

プロパティ値

属性

注釈

問題が発生し、ステージング セッションが失敗として宣言されているかどうか。つまり、次回の再起動時に無視されます。 が true の場合 isStaged にのみ意味があります。

android.content.pm.PackageInstaller.SessionInfo.isStagedSessionFailed()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象