ShortcutManager.IsRateLimitingActive Property

Definition

Return true when rate-limiting is active for the caller app.

public virtual bool IsRateLimitingActive { [Android.Runtime.Register("isRateLimitingActive", "()Z", "GetIsRateLimitingActiveHandler", ApiSince=25)] get; }
[<get: Android.Runtime.Register("isRateLimitingActive", "()Z", "GetIsRateLimitingActiveHandler", ApiSince=25)>]
member this.IsRateLimitingActive : bool

Property Value

Attributes

Remarks

Return true when rate-limiting is active for the caller app.

For details, see Rate limiting.

Java documentation for android.content.pm.ShortcutManager.isRateLimitingActive().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to