CallDetails

@IviExperimental(reasons = [])
data class CallDetails(    val title: StringResolver,     val subtitle: StringResolver,     val image: ImageDescriptor?,     val isDtmfSupported: Boolean,     val shouldOpenAppOnContactTap: Boolean)

Class that holds information about the visual representation of a call.

Constructors

Link copied to clipboard
fun CallDetails(    title: StringResolver,     subtitle: StringResolver,     image: ImageDescriptor?,     isDtmfSupported: Boolean,     shouldOpenAppOnContactTap: Boolean)

Properties

Link copied to clipboard
val image: ImageDescriptor?

Image of the call contact.

Link copied to clipboard
val isDtmfSupported: Boolean

Whether a call supports using DTMF tones.

Link copied to clipboard
val shouldOpenAppOnContactTap: Boolean

Whether the Communications app should be opened when the user taps on a call's contact.

Link copied to clipboard
val subtitle: StringResolver

Subtitle of a call.

Link copied to clipboard
val title: StringResolver

Title of a call.