DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorUnknown フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.UpdateErrorCode enum directly instead of this field.

更新プログラムのインストール中に不明なエラーを表します。

[Android.Runtime.Register("UPDATE_ERROR_UNKNOWN", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.UpdateErrorCode enum directly instead of this field.", true)]
public const Android.App.Admin.UpdateErrorCode UpdateErrorUnknown = 1;
[<Android.Runtime.Register("UPDATE_ERROR_UNKNOWN", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.UpdateErrorCode enum directly instead of this field.", true)>]
val mutable UpdateErrorUnknown : Android.App.Admin.UpdateErrorCode

フィールド値

Value = 1
属性

注釈

更新プログラムのインストール中に不明なエラーを表します。

の Java ドキュメント android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UNKNOWN

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

適用対象