isUserLoggedIn() - rename method, old name was isCheckUserLogin()
getLoginType() - Rename method, Old name was isSocialLogin()
authenticateUser() - Rename method, Old name was userSignIn()
registerUser() - Rename method, Old name was userSignUp()
socialLogin() - Rename method, Old name as socialSignUp()
forgotPassword() - Rename method, Old name was forgotPassword()
config() - Rename method, Old name was getConfiq()
deleteUserAccount() - Rename method, Old method name was deleteAccount()
Feed
Deprecated Methods
getFeed()
getTopProfile()
getVideoReportOptions()
submitVideoReport()
getAllLikeFeedIds()
getFeedByUserId()
New Methods
getFeedData() - Rename method old name was getFeed()
getCuratedTopRail() - Rename method old name was getTopProfile()
getVideosLikeCount() - Rename method old name was getAllLikeFeedIds()
Report
Deprecated Methods
getReports()
submitReport()
getCommentReports()
report()
New Methods
getVideoReportOptions() - Rename method old name was getReports()
submitVideoReport() - Rename method old name was submitReport()
getContentReportOptions() - Rename method, old method name was getCommentReports()
postContentReport() - Rename method, Old method name was report()
getVideoReportOptions() - Move method from Feed class
submitVideoReport() - Move method from feed class
Notification
Deprecated Methods
getNotifyList()
readNotify()
New Methods
getNotificationsList() - Rename method, old method name was getNotifyList()
updateNotificationStatus()- Rename method, Old method name was readNotify()
Follow
Deprecated Methods
callFollowUser()
getFollowerUsers()
getFollowingUsers()
New Methods
getFollowingUsers
Profile
Deprecated Methods
getProfileDetails()
editProfile()
editProfileImage()
checkUserName()
callFollowUser()
getFollowerUsers()
getFollowingUsers()
blockUser() - Move to block class
blockList() - Move to block class
blockUsers() - Move to block class
getTagUserList() - Move to creator Class
getHashtagAutoSuggestion() - Move to creator class
New Methods
getUserDetails - Rename method, Old name was getProfileDetails()
updateUserProfile - Rename method, Old name was editProfile()
updateProfileImage - Rename method, Old name was editProfileImage()
checkUserNameAvailability - Rename method, Old name was checkUserName()
followUnFollowUser - Rename method, Old name was callFollowUser()
getFollowerList - Rename method, Old name was getFollowerUsers()
getFollowingList - Rename method, Old name was getFollowingUsers()
Block
Deprecated Methods
New Methods
blockUnblockUser() - New method coming from profile class
getUserListBlockedByMe() - New method coming from profile class
getUserListWhoBlockedMe() - New method coming from profile class
Creator
Deprecated Methods
getSignedURL()
getPostVideoCategories()
postVideoInfoForOneVideoContent()
getSoundBySearchText()
postVideoInfoForMultiContent()
New Methods
getHashtagSuggestion() - New method coming from profile
getContentUploadUrl() - Rename method, Old name was getSignedURL()
getTagFriendList() - New method coming from profile
getContentUploadCategories() - Rename method, Old name was getPostVideoCategories()
uploadContent() - Rename method, Old name was postVideoInfoForOneVideoContent()
getSoundList() - Rename method, Old name was getSoundBySearchText()
uploadContentMetaData - Rename method, Old name was postVideoInfoForMultiContent()
Timeline Public
Deprecated Methods
CallLikeUnlikeFeed() - Move to activitytimeline class
CallShareFeed() - Move to activitytimeline class
CallViewFeed() - Move to activitytimeline class
getVideoCommentsList() - Move to activitytimeline class
callPostComment() - Move to activitytimeline class
callUpadteComment() - Move to activitytimeline class
callDeleteComment() - Move to activitytimeline class
getCommentReply() - Move to activitytimeline class
New Methods
Activity Timeline
Deprecated Methods
callTimeLine()
callTimeLineHeader()
New Methods
getTimeLineVideoList() - Rename method, old name was callTimeLine()
getTimeLineDetails() - Rename method, old name was callTimeLineHeader()
updateContentLike() - Method coming from TimelinePublic class, old name was CallLikeUnlikeFeed()
postContentViewEvent() - Method coming from TimelinePublic class, old name was CallViewFeed()
getContentCommentList() - Method coming from TimelinePublic class, old name was getVideoCommentsList()
postContentComment() - Method coming from TimelinePublic class, old name was callPostComment()
updateContentComment() - Method coming from TimelinePublic class, old name was callUpadteComment()
deleteContentComment() - Method coming from TimelinePublic class, old name was callDeleteComment()
getCommentReplyList() - Method coming from TimelinePublic class, old name was getCommentReply()
Discover
Deprecated Methods
getLeaderBoard()
getDiscover()
getDiscoverCurationDataByRailId()
getTrendingChallengesSearchList()
getTrendingHashtagSearchList()
getDiscoverAllVideosRail()
getDiscoverCategoriesVideosByCategoryIDRail() - Remove this method
getDiscoverProfilesRail()
New Methods
getChallengeLeaderBoardDetails() - Rename method, Old name was getLeaderBoard()
getCuratedRailList() - Rename method, Old name was getDiscover()
getCuratedRailDetails()- Rename method, Old name was getDiscoverCurationDataByRailId()
getSearchedChallengesList() - Rename method, Old name was getTrendingChallengesSearchList()
getSearchedHashtagList() - Rename method, old name was getTrendingHashtagSearchList()
getSearchedVideoList()- Rename method, old name was getDiscoverAllVideosRail()
getSearchedUserList()- Rename method, old name was getDiscoverProfilesRail()
v0.0.7(13-Sep-2022)
Low Code Improvement:
updateBlockByUserList - deprecated.
Added updateBlockByUserListWithFollowinguser with block and following user list as a response.
Added getBlockUnblockOrFollowingUser method with blockIds ,followingIds as a parameter where it will return blockIds and followingIds.
Backed Feed improvement:
Added “getVerticalFeedViewControllerWithUrlAndVideos” method which will return feed view controller with passed video url data preload
Added “getNotificationDetailViewWithVideoId” method which will return detail controller with preloaded video data
Backed Creator Improvement:
Added below callback method for Edit cover :
a. EditCoverViewControllerDelegate
b. didSetCroppedCoverImage
c. didSetDefaultCoverImage
Added Edit cover functionality in backed creator SDK
v0.0.6(10-Aug-2022)
"Update - updateBlockByUserListWithFollowinguser ( Added Follow User list along with block user list)
Profile.sharedInstance.getBlockUnblockOrFollowingUser
Remove Auth.init() method: This method is no more required, we changed the method calling at singleton approach so all method will be called with sharedInstance
Remove Email parameter from “ProfileData.sharedInstance.editProfile”
"Adding below missing parameter in “Auth.sharedInstance.userSignUp”
Adding below missing parameter in “Auth.sharedInstance.userSignIn”
Removed feedModel parameter from “TimeLinePublic.sharedInstance.callUpadteComment” as we don’t require this parameter and for update we only require comment id as reference.
Remove Description field parameter from “TimeLinePublic.sharedInstance.callDeleteComment” as we don't require this field in delete event.
Adding “PostId” as a new field parameter in “TimeLinePublic.sharedInstance.callPostComment”.