iOS SDK 2.102
9 days ago by LJupcho Nastevski
- Updated PubNub dependency to 8.3.1
- Added
AddCommentOptions
when creating a comment or a comment reply, which alows to pass custom_data or attributes with the newly created comment.
iOS SDK 2.101
9 days ago by LJupcho Nastevski
- Added
getCommentBoardDetails(customIdentifier: String, completion: (Result<CommentBoard, Error>) -> Void)
to get comment boards by using customID.
iOS SDK 2.100
about 1 month ago by LJupcho Nastevski
- Added
authorImageURL
inCommentClient
protocol;