Class CommentProvider

java.lang.Object
com.kernelcrew.moodapp.data.CommentProvider

public class CommentProvider extends Object
  • Method Details

    • getInstance

      public static CommentProvider getInstance()
      Get the singleton instance of the CommentProvider.
      Returns:
      Singleton instance
    • insertComment

      public com.google.android.gms.tasks.Task<Void> insertComment(Comment comment)
    • getCommentsByMoodEventId

      public com.google.android.gms.tasks.Task<List<Comment>> getCommentsByMoodEventId(String moodEventId)