CallType

enum CallType : Enum<RecentCallsService.CallType>

Describes the type of a RecentCall.

Entries

Link copied to clipboard

An outgoing call.

Link copied to clipboard

An incoming call.

Link copied to clipboard

An incoming call that was not answered (but was not explicitly rejected).

Link copied to clipboard

A call to voicemail.

Link copied to clipboard

An incoming call that was rejected.

Link copied to clipboard

An incoming call that was blocked automatically.

Link copied to clipboard

An incoming call that was answered on another device. This can occur when a call rings on multiple devices simultaneously and the call is answer on a device that is not this current one.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int