iOS SDK 2.103
3 months ago by Mike M
- Added the
attributes
property to theBadge
,Quests
andQuestTasks
resources - Added
isDeleted
flag to GetCommentsRequest to be able to include/exclude deleted comments
attributes
property to the Badge
, Quests
and QuestTasks
resourcesisDeleted
flag to GetCommentsRequest to be able to include/exclude deleted commentsAddCommentOptions
when creating a comment or a comment reply, which alows to pass custom_data or attributes with the newly created comment.getCommentBoardDetails(customIdentifier: String, completion: (Result<CommentBoard, Error>) -> Void)
to get comment boards by using customID.authorImageURL
in CommentClient
protocol;