DisplayHashResultCallback.DisplayHashErrorTooManyRequests フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.DisplayHash.DisplayHashErrorCode enum directly instead of this field.

呼び出し元がハッシュの生成を要求する頻度が高すぎます。

[Android.Runtime.Register("DISPLAY_HASH_ERROR_TOO_MANY_REQUESTS", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayHash.DisplayHashErrorCode enum directly instead of this field.", true)]
public const Android.Views.DisplayHash.DisplayHashErrorCode DisplayHashErrorTooManyRequests = -6;
[<Android.Runtime.Register("DISPLAY_HASH_ERROR_TOO_MANY_REQUESTS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayHash.DisplayHashErrorCode enum directly instead of this field.", true)>]
val mutable DisplayHashErrorTooManyRequests : Android.Views.DisplayHash.DisplayHashErrorCode

フィールド値

Value = -6
属性

注釈

呼び出し元がハッシュの生成を要求する頻度が高すぎます。 呼び出し元は、システムがオーバーロードされないように、しばらくしてから再試行する必要があります。

Javaドキュメント。

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

適用対象