MediaDrm.ErrorCodes.ErrorProvisioningRequestRejected Campo

Definición

Precaución

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

El servidor de aprovisionamiento detectó un error en la solicitud de aprovisionamiento.

[Android.Runtime.Register("ERROR_PROVISIONING_REQUEST_REJECTED", 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 ErrorProvisioningRequestRejected = 27;
[<Android.Runtime.Register("ERROR_PROVISIONING_REQUEST_REJECTED", 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 ErrorProvisioningRequestRejected : Android.Media.DrmErrorCode

Valor de campo

Value = 27
Atributos

Comentarios

El servidor de aprovisionamiento detectó un error en la solicitud de aprovisionamiento.

Compruebe si hay errores en el servidor de aprovisionamiento.

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

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