PhoneCallEventDataModel
Types
Link copied to clipboard
A model representing a phone call end.
Link copied to clipboard
data class PhoneCallStart(val id: String, val timestamp: Instant, val phoneNumber: String) : PhoneCallEventDataModel
A model representing a phone call start.
Functions
Link copied to clipboard
Maps a PhoneCallEventDataModel instance to a PhoneCallEventDomainModel instance.