Class FeedLikeValue

    • Method Detail

      • isPageLike

        public boolean isPageLike()
        returns if the page is liked or a post. if this is a page like you can only fetch the userId of the liking user. Otherwise you can fetch fields like parentId, postId, senderId and so on
        Returns:
        if this is a page like
      • isCommentLike

        public boolean isCommentLike()
        returns true if the liked item is a comment
        Returns:
        true if the liked item is a comment
      • isPostLike

        public boolean isPostLike()
        returns true if the liked item is a post
        Returns:
        true if the liked item is a post