Changelog
v3.0.113(DEC 4, 2019)
errorCode
and isResendable()
in UserMessage
and FileMessage
.
resendUserMessage()
and resendFileMessage()
work only when isResendable()
is true
.Changelog
v3.0.112(NOV 8, 2019)
updateCurrentUserInfoWithPreferredLanguages()
in SendBird
.
preferredLanguages
is set, push notification message would get translated with target languages.preferredLanguages
in User
.messageOffsetTimestamp
in GroupChannel
.reqId
for the BaseMessage
s which are fetched from API call.Changelog
v3.0.111(OCT 25, 2019)
Changelog
v3.0.109(OCT 22, 2019)
sendUserMessage()
, sendFileMessage()
, cancelUploadingFileMessage()
report()
, reportUser()
and reportMessage()
in BaseChannel
.onTotalUnreadMessageCountUpdated
in UserEventHandler
.
onTotalUnreadMessageCountUpdated
is called when total unread message count is updated.Changelog
v3.0.105(AUG 16, 2019)
translateUserMessage()
in BaseChannel
to support on-demand translation.resendFileMessage()
in BaseChannel
to support resend file message with Blob
object.metaArrays
property in BaseMessage
and deprecated metaArray
.
metaArrays
is an array which contains MessageMetaArray
instances.MessageMetaArray
is a pair of key and a value array.metaArrays
keeps the inserted order.isStrict()
and setStrict()
in GroupChannelParams
to set strict channel creation mode.
true
, creating channel with a invalid user will fail.