다음을 통해 공유


Connection.ExtraAnsweringDropsFgCall Field

Definition

Boolean connection extra key set on a Connection in Connection#STATE_RINGING state to indicate that answering the call will cause the current active foreground call to be dropped.

[Android.Runtime.Register("EXTRA_ANSWERING_DROPS_FG_CALL", ApiSince=25)]
public const string ExtraAnsweringDropsFgCall;
[<Android.Runtime.Register("EXTRA_ANSWERING_DROPS_FG_CALL", ApiSince=25)>]
val mutable ExtraAnsweringDropsFgCall : string

Field Value

Attributes

Remarks

Boolean connection extra key set on a Connection in Connection#STATE_RINGING state to indicate that answering the call will cause the current active foreground call to be dropped.

Java documentation for android.telecom.Connection.EXTRA_ANSWERING_DROPS_FG_CALL.

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