Call.RttCall.ReadImmediately Method

Definition

Non-blocking version of #read().

[Android.Runtime.Register("readImmediately", "()Ljava/lang/String;", "", ApiSince=27)]
public string? ReadImmediately ();
[<Android.Runtime.Register("readImmediately", "()Ljava/lang/String;", "", ApiSince=27)>]
member this.ReadImmediately : unit -> string

Returns

A string containing text entered by the user, or null if the user has not entered any new text yet.

Attributes

Remarks

Non-blocking version of #read(). Returns null if there is nothing to be read.

Java documentation for android.telecom.Call.RttCall.readImmediately().

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