TimerStat コンストラクター

定義

オーバーロード

TimerStat()

count と time を 0 に設定して、空の TimerStat オブジェクトを作成します。

TimerStat(Parcel)

オブジェクトから値を読み取る TimerStat オブジェクトを android.os.Parcel Parcel 作成します。

TimerStat(Int32, Int64)

指定された count フィールドと time フィールドを使用して TimerStat オブジェクトを作成します。

TimerStat()

count と time を 0 に設定して、空の TimerStat オブジェクトを作成します。

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public TimerStat ();
属性

注釈

count と time を 0 に設定して、空の TimerStat オブジェクトを作成します。

の Java ドキュメント android.os.health.TimerStat.TimerStat()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

TimerStat(Parcel)

オブジェクトから値を読み取る TimerStat オブジェクトを android.os.Parcel Parcel 作成します。

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "", ApiSince=24)]
public TimerStat (Android.OS.Parcel? in);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "", ApiSince=24)>]
new Android.OS.Health.TimerStat : Android.OS.Parcel -> Android.OS.Health.TimerStat

パラメーター

in
Parcel
属性

注釈

オブジェクトから値を読み取る TimerStat オブジェクトを android.os.Parcel Parcel 作成します。

の Java ドキュメント android.os.health.TimerStat.TimerStat(android.os.Parcel)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

TimerStat(Int32, Int64)

指定された count フィールドと time フィールドを使用して TimerStat オブジェクトを作成します。

[Android.Runtime.Register(".ctor", "(IJ)V", "", ApiSince=24)]
public TimerStat (int count, long time);
[<Android.Runtime.Register(".ctor", "(IJ)V", "", ApiSince=24)>]
new Android.OS.Health.TimerStat : int * int64 -> Android.OS.Health.TimerStat

パラメーター

count
Int32

カウント

time
Int64

時刻

属性

注釈

指定された count フィールドと time フィールドを使用して TimerStat オブジェクトを作成します。

の Java ドキュメント android.os.health.TimerStat.TimerStat(int, long)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象