CallLog.Calls.Subject 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.
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.