Connection.ExtraCallSubject 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 subject for an incoming call.
[Android.Runtime.Register("EXTRA_CALL_SUBJECT", ApiSince=23)]
public const string ExtraCallSubject;
[<Android.Runtime.Register("EXTRA_CALL_SUBJECT", ApiSince=23)>]
val mutable ExtraCallSubject : string
Field Value
- Attributes
Remarks
Connection extra key used to store the subject for an incoming call. The user interface can query this extra and display its contents for incoming calls. Will only be used if the PhoneAccount
supports the capability PhoneAccount#CAPABILITY_CALL_SUBJECT
.
Java documentation for android.telecom.Connection.EXTRA_CALL_SUBJECT
.
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.