Share via


ProfilingManager.RemoveProfilingTriggersByType(Int32[]) Method

Definition

Remove triggers for this process with trigger types in the provided list.

[Android.Runtime.Register("removeProfilingTriggersByType", "([I)V", "", ApiSince=36)]
public void RemoveProfilingTriggersByType(int[] triggers);
[<Android.Runtime.Register("removeProfilingTriggersByType", "([I)V", "", ApiSince=36)>]
member this.RemoveProfilingTriggersByType : int[] -> unit

Parameters

triggers
Int32[]
Attributes

Remarks

Remove triggers for this process with trigger types in the provided list.

Java documentation for android.os.ProfilingManager.removeProfilingTriggersByType(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