Connection.ExtraChildAddress 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 a child number associated with the current connection.
[Android.Runtime.Register("EXTRA_CHILD_ADDRESS", ApiSince=23)]
public const string ExtraChildAddress;
[<Android.Runtime.Register("EXTRA_CHILD_ADDRESS", ApiSince=23)>]
val mutable ExtraChildAddress : string
Field Value
- Attributes
Remarks
Connection extra key used to store a child number associated with the current connection. Used to communicate to the user interface that the connection was received via a child address (i.e. phone number) associated with the PhoneAccount
's primary address.
Java documentation for android.telecom.Connection.EXTRA_CHILD_ADDRESS
.
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.