Skip to content

PubNub Kotlin Chat SDK v0.9.0

Compare
Choose a tag to compare
@pubnub-release-bot pubnub-release-bot released this 06 Nov 13:24
· 36 commits to master since this release
cf3c505

November 06 2024

Added

  • Added MessageDraft.
  • Added timetoken utils methods.

Fixed

  • Added typingTimeoutMargin to improve continuity of typing indicator.
  • Fix getTyping sending events after close.
  • Change User.active() to synchronous val User.active.
  • AccessManager is based on PAM V3 token instead of PAM V2 authKey.
  • Hard delete returns null.
  • Replace occurrences of Set with List where ordering matters.