HealthStats.HasTimer(Int32) Method

Definition

Return whether this object contains a TimerStat for the supplied key.

[Android.Runtime.Register("hasTimer", "(I)Z", "GetHasTimer_IHandler", ApiSince=24)]
public virtual bool HasTimer (int key);
[<Android.Runtime.Register("hasTimer", "(I)Z", "GetHasTimer_IHandler", ApiSince=24)>]
abstract member HasTimer : int -> bool
override this.HasTimer : int -> bool

Parameters

key
Int32

Returns

Attributes

Remarks

Return whether this object contains a TimerStat for the supplied key.

Java documentation for android.os.health.HealthStats.hasTimer(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