Share via


CallLog.Calls.Subject Field

Definition

The subject of the call, as delivered via call composer.

[Android.Runtime.Register("SUBJECT", ApiSince=31)]
public const string Subject;
[<Android.Runtime.Register("SUBJECT", ApiSince=31)>]
val mutable Subject : string

Field Value

Attributes

Remarks

The subject of the call, as delivered via call composer.

For outgoing calls, contains the subject set by the local user. For incoming calls, contains the subject set by the remote caller. May be null if no subject was set.

Type: TEXT

Java documentation for android.provider.CallLog.Calls.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