語言

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

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於