JsonWriter.ValueAsync Method

Definition

Overloads

ValueAsync(Number)
ValueAsync(Boolean)
ValueAsync(Double)
ValueAsync(Int64)
ValueAsync(String)

ValueAsync(Number)

public System.Threading.Tasks.Task<Android.Util.JsonWriter?> ValueAsync (Java.Lang.Number? value);
member this.ValueAsync : Java.Lang.Number -> System.Threading.Tasks.Task<Android.Util.JsonWriter>

Parameters

value
Number

Returns

Remarks

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

ValueAsync(Boolean)

public System.Threading.Tasks.Task<Android.Util.JsonWriter?> ValueAsync (bool value);
member this.ValueAsync : bool -> System.Threading.Tasks.Task<Android.Util.JsonWriter>

Parameters

value
Boolean

Returns

Remarks

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

ValueAsync(Double)

public System.Threading.Tasks.Task<Android.Util.JsonWriter?> ValueAsync (double value);
member this.ValueAsync : double -> System.Threading.Tasks.Task<Android.Util.JsonWriter>

Parameters

value
Double

Returns

Remarks

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

ValueAsync(Int64)

public System.Threading.Tasks.Task<Android.Util.JsonWriter?> ValueAsync (long value);
member this.ValueAsync : int64 -> System.Threading.Tasks.Task<Android.Util.JsonWriter>

Parameters

value
Int64

Returns

Remarks

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

ValueAsync(String)

public System.Threading.Tasks.Task<Android.Util.JsonWriter?> ValueAsync (string? value);
member this.ValueAsync : string -> System.Threading.Tasks.Task<Android.Util.JsonWriter>

Parameters

value
String

Returns

Remarks

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