get Friend Change Logs By Token
fun SendbirdChat.getFriendChangeLogsByToken(token: String?, handler: ResultHandler<FriendChangeLogsResult>?)
Get friend changelogs by token.
Since
4.15.0
Parameters
token
Token to get next friend changelogs. If the token is null, the result will be passed from the beginning.
handler
Callback handler.
Deprecated
As of 4.17.0, replaced with awaitGetFriendChangeLogsByToken(token).
Replace with
awaitGetFriendChangeLogsByToken(token)
Content copied to clipboard
Get friend changelogs by token.
Since
4.15.0
Parameters
token
Token to get next friend changelogs. If the token is null, the result will be passed from the beginning.