TelecomManager.ExtraCallBackNumber Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
ConnectionService
s which interact with RemoteConnection
s 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.