HealthStats.GetTimerTime(Int32) Method

Definition

Get the time for the timer for the given key, in milliseconds.

[Android.Runtime.Register("getTimerTime", "(I)J", "GetGetTimerTime_IHandler", ApiSince=24)]
public virtual long GetTimerTime (int key);
[<Android.Runtime.Register("getTimerTime", "(I)J", "GetGetTimerTime_IHandler", ApiSince=24)>]
abstract member GetTimerTime : int -> int64
override this.GetTimerTime : int -> int64

Parameters

key
Int32

Returns

Attributes

Remarks

Get the time for the timer for the given key, in milliseconds.

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