MediaDrm.ErrorCodes.ErrorProvisioningRequestRejected フィールド

定義

注意事項

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

プロビジョニング サーバーがプロビジョニング要求でエラーを検出しました。

[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

フィールド値

Value = 27
属性

注釈

プロビジョニング サーバーがプロビジョニング要求でエラーを検出しました。

プロビジョニング サーバーでエラーがないか確認します。

android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_REQUEST_REJECTEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象