| Class | Description |
|---|---|
| Contact |
A Dto, which allows us to store the information we get from the Contacts in the phone to fields
we can use such as
Contact.phoneNumber, Contact.displayName. |
| Message |
A Dto, which allows us to store the information we get from the incoming messages in the phone to
fields we can use such as
Message.body, Message.sent, Message.contact, and Message.address. |