MediaDrm.ErrorCodes.ErrorProvisioningRetry Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.

Error de aprovisionamiento de una manera que es probable que se realice correctamente en un intento posterior.

[Android.Runtime.Register("ERROR_PROVISIONING_RETRY", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)]
public const Android.Media.DrmErrorCode ErrorProvisioningRetry = 28;
[<Android.Runtime.Register("ERROR_PROVISIONING_RETRY", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)>]
val mutable ErrorProvisioningRetry : Android.Media.DrmErrorCode

Valor de campo

Value = 28
Atributos

Comentarios

Error de aprovisionamiento de una manera que es probable que se realice correctamente en un intento posterior.

La aplicación debe reintentar la operación.

Java documentación para android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_RETRY.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a