TelecomManager.ExtraCallBackNumber Field

Definition

The number which the party on the other side of the line will see (and use to return the call).

[Android.Runtime.Register("EXTRA_CALL_BACK_NUMBER", ApiSince=23)]
public const string ExtraCallBackNumber;
[<Android.Runtime.Register("EXTRA_CALL_BACK_NUMBER", ApiSince=23)>]
val mutable ExtraCallBackNumber : string

Field Value

Attributes

Remarks

The number which the party on the other side of the line will see (and use to return the call).

ConnectionServices which interact with RemoteConnections should only populate this if the android.telephony.TelephonyManager#getLine1Number() value, as that is the user's expected caller ID.

Java documentation for android.telecom.TelecomManager.EXTRA_CALL_BACK_NUMBER.

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