Last updated
Was this helpful?
Last updated
Was this helpful?
This guide covers all the breaking changes created to transition from the older version to this version.
AmityCoreClientOption
MessageRepository
This guide is to provide information about breaking changes and how to migrate from 6.x.x version to v7.0.0. AmitySDK 7.0.0 is the major release of our SDK.
AmityRegionalSocketEndpoint
Removed
Socket service is removed from SDK.
newGetMessages(String subchannelId)
Deprecated
Use getMessages(String subchannelId)
instead.
newCreateMessage(String subchannelId)
Deprecated
Use createMessage(String subchannelId)
instead.