DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorIncorrectOsVersion Campo

Definizione

Attenzione

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

Rappresenta il file di aggiornamento destinato a una versione diversa del sistema operativo.

[Android.Runtime.Register("UPDATE_ERROR_INCORRECT_OS_VERSION", 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 UpdateErrorIncorrectOsVersion = 2;
[<Android.Runtime.Register("UPDATE_ERROR_INCORRECT_OS_VERSION", 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 UpdateErrorIncorrectOsVersion : Android.App.Admin.UpdateErrorCode

Valore del campo

Value = 2
Attributi

Commenti

Rappresenta il file di aggiornamento destinato a una versione diversa del sistema operativo.

per android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_INCORRECT_OS_VERSION.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a