Share via


Connection.SetDialing Method

Definition

Sets state to dialing (e.

[Android.Runtime.Register("setDialing", "()V", "", ApiSince=23)]
public void SetDialing();
[<Android.Runtime.Register("setDialing", "()V", "", ApiSince=23)>]
member this.SetDialing : unit -> unit
Attributes

Remarks

Sets state to dialing (e.g., dialing an outbound connection). The Connection should not be in STATE_DIALING for more than 60 seconds. After 60 seconds, the Connection will be disconnected.

Java documentation for android.telecom.Connection.setDialing().

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