Communication Data
data class CommunicationData(dialNumber: String?, contacts: List<ContactsData>?, displayText: String?, msgBody: String?, messageId: String?, senderName: String?, contactNumber: String?)
Content copied to clipboard
Communication data
See also
Constructors
CommunicationData
Link copied to clipboard
fun CommunicationData(dialNumber: String? = null, contacts: List<ContactsData>? = null, displayText: String? = null, msgBody: String? = null, messageId: String? = null, senderName: String? = null, contactNumber: String? = null)
Content copied to clipboard
Properties
contactNumber
Link copied to clipboard
contacts
Link copied to clipboard
dialNumber
Link copied to clipboard
displayText
Link copied to clipboard
senderName
Link copied to clipboard