PhoneCallEventDomainModel

A model representing a phone call event.

Inheritors

Types

Link copied to clipboard
data class PhoneCallEnd(val timestamp: Instant, val phoneNumber: String) : PhoneCallEventDomainModel

A model representing a phone call end.

Link copied to clipboard
data class PhoneCallStart(val id: String, val timestamp: Instant, val phoneNumber: String) : PhoneCallEventDomainModel

A model representing a phone call start.