Class | Description |
---|---|
AutoReplyRepository |
The autoReply Repository class that holds save, delete, and get AutoReplies by User type
methods.
|
GoogleSignInService |
A service class that allows users to sign in through Google.
|
IgnoreStatusRepository |
This is the IgnoreStatus repository which checks to see how many times a User has been, prompted
to send a response back to someone and then subsequently how many times they've been ignored.
|
KitDatabase |
A Database class that keeps track of AutoReplies, Ignore Status of a contact, Users, and their
User Type.
|
SmsRepository |
A repository for my DTOs of Contacts and Messages....
|
UserRepository |
Currently not planning to use a query to getAll Users in this Repository back yet, because KiT is
currently limited to one user on the device, but I may implement the query in the near future.
|
UserTypeRepository |
A UserType repository with a save method, delete method, and queries
|