Package-level declarations
Functions
Link copied to clipboard
Maps a PhoneCallEventDataModel instance to a PhoneCallEventDomainModel instance.
Maps a PhoneCallMetadataDataModel instance to a PhoneCallMetadataDomainModel instance.
Maps the ServerConfigurationDataModel instance to the ServerConfigurationDomainModel instance.
Maps a ServerStatusDataModel instance to a ServerStatusDomainModel instance.
internal fun OngoingPhoneCallDataModel.toDomainModel(contactName: String?): OngoingPhoneCallDomainModel
Maps a OngoingPhoneCallDataModel instance to an OngoingPhoneCallDomainModel instance with the given contactName.
internal fun PhoneCallLogEntryDataModel.toDomainModel(metadata: PhoneCallMetadataDataModel, contactName: String?): PhoneCallLogEntryDomainModel
Maps a PhoneCallLogEntryDataModel instance to a PhoneCallLogEntryDomainModel instance with the given metadata and contactName.
Link copied to clipboard
internal fun PhoneCallEventDomainModel.PhoneCallStart.toOngoingPhoneCallDataModel(): OngoingPhoneCallDataModel
Maps PhoneCallEventDomainModel.PhoneCallStart instance to the OngoingPhoneCallDataModel instance.