MediaDrm.ErrorCodes.ErrorProvisioningRetry フィールド

定義

注意事項

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

プロビジョニングは、後続の試行で成功する可能性が高い方法で失敗しました。

[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

フィールド値

Value = 28
属性

注釈

プロビジョニングは、後続の試行で成功する可能性が高い方法で失敗しました。

アプリは操作を再試行する必要があります。

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

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

適用対象