Connection.ExtraLastForwardedNumber 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.
Connection extra key used to store the last forwarded number associated with the current connection.
[Android.Runtime.Register("EXTRA_LAST_FORWARDED_NUMBER", ApiSince=23)]
public const string ExtraLastForwardedNumber;
[<Android.Runtime.Register("EXTRA_LAST_FORWARDED_NUMBER", ApiSince=23)>]
val mutable ExtraLastForwardedNumber : string
Field Value
- Attributes
Remarks
Connection extra key used to store the last forwarded number associated with the current connection. Used to communicate to the user interface that the connection was forwarded via the specified number.
Java documentation for android.telecom.Connection.EXTRA_LAST_FORWARDED_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.