toggle menu
CallMonitor
jvm
switch theme
search in API
domain
/
pl.kamilszustak.callmonitor.domain.phonecallmonitor.model
/
PhoneCallEventDomainModel
/
PhoneCallStart
Phone
Call
Start
data
class
PhoneCallStart
(
val
id
:
String
,
val
timestamp
:
Instant
,
val
phoneNumber
:
String
)
:
PhoneCallEventDomainModel
A model representing a phone call start.
Members
Constructors
Phone
Call
Start
Link copied to clipboard
constructor
(
id
:
String
,
timestamp
:
Instant
,
phoneNumber
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
phone
Number
Link copied to clipboard
val
phoneNumber
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Instant