MediaDrm.ErrorCodes.ErrorProvisioningRequestRejected Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.
Le serveur d’approvisionnement a détecté une erreur dans la demande d’approvisionnement.
[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
Valeur de champ
Value = 27- Attributs
Remarques
Le serveur d’approvisionnement a détecté une erreur dans la demande d’approvisionnement.
Recherchez les erreurs sur le serveur d’approvisionnement.
Java documentation pour android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_REQUEST_REJECTED.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.