Share via


ProfilingTrigger.RateLimitingPeriodHours Property

Definition

The requester set rate limiting period in hours.

public int RateLimitingPeriodHours { [Android.Runtime.Register("getRateLimitingPeriodHours", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getRateLimitingPeriodHours", "()I", "", ApiSince=36)>]
member this.RateLimitingPeriodHours : int

Property Value

Attributes

Remarks

The requester set rate limiting period in hours.

The period is the minimum time the system should wait before providing another profiling result for the same trigger; actual time between events may be longer.

If the rate limiting period is set to 0, no app-provided rate limiting will be used.

This rate limiting is in addition to any system level rate limiting that may be applied.

Java documentation for android.os.ProfilingTrigger.getRateLimitingPeriodHours().

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