ProfilingTrigger.Builder.SetRateLimitingPeriodHours(Int32) Method

Definition

Set a 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.

[Android.Runtime.Register("setRateLimitingPeriodHours", "(I)Landroid/os/ProfilingTrigger$Builder;", "", ApiSince=36)]
public Android.OS.ProfilingTrigger.Builder SetRateLimitingPeriodHours(int rateLimitingPeriodHours);
[<Android.Runtime.Register("setRateLimitingPeriodHours", "(I)Landroid/os/ProfilingTrigger$Builder;", "", ApiSince=36)>]
member this.SetRateLimitingPeriodHours : int -> Android.OS.ProfilingTrigger.Builder

Parameters

rateLimitingPeriodHours
Int32

The rate-limiting period, in hours.

Returns

The requested value.

Attributes

Remarks

Set a 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.

Java documentation for android.os.ProfilingTrigger.Builder.setRateLimitingPeriodHours(int).

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