Package com.kernelcrew.moodapp.data
Class CommentProvider
java.lang.Object
com.kernelcrew.moodapp.data.CommentProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetCommentsByMoodEventId
(String moodEventId) static CommentProvider
Get the singleton instance of the CommentProvider.com.google.android.gms.tasks.Task<Void>
insertComment
(Comment comment)
-
Method Details
-
getInstance
Get the singleton instance of the CommentProvider.- Returns:
- Singleton instance
-
insertComment
-
getCommentsByMoodEventId
-