domain

Description

This module contains the domain objects of the phone call monitor feature. It is a pure Kotlin module which does not depend on any other module. It contains use case classes responsible for the business logic of the application. It also defined repository interfaces which are implemented in the "data" module.

Packages