SleepSessionRecord.Stage コンストラクター

定義

オーバーロード

SleepSessionRecord.Stage(IntPtr, JniHandleOwnership)
SleepSessionRecord.Stage(Instant, Instant, SleepStageType)

SleepSessionRecord.Stage(IntPtr, JniHandleOwnership)

protected Stage (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Health.Connect.DataTypes.SleepSessionRecord.Stage : nativeint * Android.Runtime.JniHandleOwnership -> Android.Health.Connect.DataTypes.SleepSessionRecord.Stage

パラメーター

javaReference
IntPtr

nativeint

適用対象

SleepSessionRecord.Stage(Instant, Instant, SleepStageType)

[Android.Runtime.Register(".ctor", "(Ljava/time/Instant;Ljava/time/Instant;I)V", "", ApiSince=34)]
public Stage (Java.Time.Instant startTime, Java.Time.Instant endTime, Android.Health.Connect.DataTypes.SleepStageType stageType);
[<Android.Runtime.Register(".ctor", "(Ljava/time/Instant;Ljava/time/Instant;I)V", "", ApiSince=34)>]
new Android.Health.Connect.DataTypes.SleepSessionRecord.Stage : Java.Time.Instant * Java.Time.Instant * Android.Health.Connect.DataTypes.SleepStageType -> Android.Health.Connect.DataTypes.SleepSessionRecord.Stage

パラメーター

startTime
Instant
endTime
Instant
stageType
SleepStageType
属性

適用対象