TypedCall

data class TypedCall(val phoneNumber: String, val type: Int)

TypedCall is a pair value phoneNumber and a type. type shall be a value from the list provided by Android, see Calls.INCOMING_TYPE.

Constructors

Link copied to clipboard
fun TypedCall(phoneNumber: String, type: Int)

Properties

Link copied to clipboard
val phoneNumber: String
Link copied to clipboard
val type: Int