CallDetails
data class CallDetails( val title: StringResolver, val subtitle: StringResolver, val image: ImageDescriptor?, val isDtmfSupported: Boolean, val shouldOpenAppOnContactTap: Boolean)
Content copied to clipboard
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)
Content copied to clipboard