ExerciseSessionRecord.Builder.SetNotes メソッド

定義

オーバーロード

SetNotes(ICharSequence)
SetNotes(String)

SetNotes(ICharSequence)

[Android.Runtime.Register("setNotes", "(Ljava/lang/CharSequence;)Landroid/health/connect/datatypes/ExerciseSessionRecord$Builder;", "", ApiSince=34)]
public Android.Health.Connect.DataTypes.ExerciseSessionRecord.Builder SetNotes (Java.Lang.ICharSequence? notes);
[<Android.Runtime.Register("setNotes", "(Ljava/lang/CharSequence;)Landroid/health/connect/datatypes/ExerciseSessionRecord$Builder;", "", ApiSince=34)>]
member this.SetNotes : Java.Lang.ICharSequence -> Android.Health.Connect.DataTypes.ExerciseSessionRecord.Builder

パラメーター

戻り値

属性

適用対象

SetNotes(String)

public Android.Health.Connect.DataTypes.ExerciseSessionRecord.Builder SetNotes (string? notes);
member this.SetNotes : string -> Android.Health.Connect.DataTypes.ExerciseSessionRecord.Builder

パラメーター

notes
String

戻り値

適用対象