TelecomManager.ExtraCallSubject Field

Definition

Optional extra for android.content.Intent#ACTION_CALL containing a string call subject which will be associated with an outgoing 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

Optional extra for android.content.Intent#ACTION_CALL containing a string call subject which will be associated with an outgoing call. Should only be specified if the PhoneAccount supports the capability PhoneAccount#CAPABILITY_CALL_SUBJECT or PhoneAccount#CAPABILITY_CALL_COMPOSER.

Java documentation for android.telecom.TelecomManager.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.

Applies to