次の方法で共有


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()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

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)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

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)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象