19.1.0
Minor release that fixes an issue with embedded view sizing in scrolling views, improves Message Center accessibility, and replaces usages of Random
with SecureRandom
.
Apps that make use of Embedded Content or Message Center should update.
Changes
- Fixed an issue with embedded sizing in scrolling views
- Improved Message Center Accessibility
- Replaced usage of
Random
withSecureRandom
- Made
MessageWebView
andMessageWebViewClient
bothpublic
andopen
for subclassing - Exposed Message Center
ViewModel
state viaLiveData
, in addition to KotlinFlow
s - Added
PendingResult
based methods toInbox
, for getting read and unread message counts and listing all message IDs