Sprache

ProfilingResult.ErrorFailedRateLimitSystem Feld

Definition

Achtung

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

Die Anforderung wurde aufgrund der Begrenzung der Systemrate verweigert.

[Android.Runtime.Register("ERROR_FAILED_RATE_LIMIT_SYSTEM", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingResultError enum directly instead of this field.", true)]
public const Android.OS.ProfilingResultError ErrorFailedRateLimitSystem = 1;
[<Android.Runtime.Register("ERROR_FAILED_RATE_LIMIT_SYSTEM", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingResultError enum directly instead of this field.", true)>]
val mutable ErrorFailedRateLimitSystem : Android.OS.ProfilingResultError

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Die Anforderung wurde aufgrund der Begrenzung der Systemrate verweigert.

Java Dokumentation für android.os.ProfilingResult.ERROR_FAILED_RATE_LIMIT_SYSTEM.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: