OngoingPhoneCallDataModel

data class OngoingPhoneCallDataModel(val id: String, val startTimestamp: Instant, val phoneNumber: String)

A model representing an ongoing phone call.

Constructors

Link copied to clipboard
constructor(id: String, startTimestamp: Instant, phoneNumber: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val startTimestamp: Instant

Functions

Link copied to clipboard