Android SDK v6.10.0 Deprecation Note

Deprecated APIs

AmityChannelModeration

Methods
Remarks

muteChannel()

Use AmityChatClient.newChannelRepository().muteChannel() instead

unmuteChannel()

AmityChatClient.newChannelRepository().unmuteChannel() instead

AmityCoreClient

Methods
Remarks

updateUser()

Use editUser()

instead

AmityUserRepository

Methods
Remarks

searchUserByDisplayname()

Use searchUsers() instead

AmityCommentRepository

Methods
Remarks

updateComment()

Use editComment() instead

AmityCommentRepository

Methods
Remarks

updateCommunity()

Use editCommunity() instead

AmityCommunityModeration()

Methods
Remarks

addMembers()

Use AmitySocialClient.newCommunityRepository().membership().addMembers() instead

removeMembers()

Use AmitySocialClient.newCommunityRepository().membership().removeMembers() instead

AmityPollRepository

Methods
Remarks

voll()

Use AmitySocialClient.newPollRepository().votePoll() instead

AmityPostRepository

Methods
Remarks

updatePost()

Use editPost() instead

updateCustomPost()

Use editCustomPost() instead

AmityStreamRepository

Methods
Remarks

observeStream()

Use getStream() instead

createVideoStream()

Use createStream() instead

Last updated

#3026: New Content: Technical FAQ

Change request updated