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