Android SDK 3.0.16
2 days ago by Viktor Manev
What's new
This release adds optional inline reply support to the low-level comment client APIs and improves how paged comment results handle ownership flags.
Comments
-
Added optional
repliesLimitsupport to:sdk.comment(...).getComments(...)sdk.comment(...).getCommentsPage(...)
-
Updated
Comment.repliesso the SDK can distinguish between:null— inline replies were not requested or were not returned.[]— inline replies were requested, but no replies exist.
-
When
repliesLimitis provided,Comment.repliesreturns inline replies in the comment result. The response can include a minimum of1reply and a maximum of5replies per comment.
Fixed
- Fixed a bug in
getCommentsPage(...)whereisFromMeandisDeletedByMewere not correctly set on paged comment results.
Important note
CommentSession was intentionally left unchanged. repliesLimit is supported only on the low-level sdk.comment(...) client APIs, not on createCommentSession(...) or LiveLikeCommentSession.

