CallLog.Calls.Type Field

Definition

The type of the call (incoming, outgoing or missed).

[Android.Runtime.Register("TYPE")]
public const string Type;
[<Android.Runtime.Register("TYPE")>]
val mutable Type : string

Field Value

Attributes

Remarks

The type of the call (incoming, outgoing or missed).

Type: INTEGER (int)

Allowed values: <ul> <li>#INCOMING_TYPE</li> <li>#OUTGOING_TYPE</li> <li>#MISSED_TYPE</li> <li>#VOICEMAIL_TYPE</li> <li>#REJECTED_TYPE</li> <li>#BLOCKED_TYPE</li> <li>#ANSWERED_EXTERNALLY_TYPE</li> </ul>

Java documentation for android.provider.CallLog.Calls.TYPE.

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