

Braze.enableMockNetworkAppboyRequestsAndDropEventsMode is now Braze.enableMockNetworkRequestsAndDropEventsMode().Braze.getDeviceId is now just viceId for Kotlin.If using Kotlin, use the property Braze.registeredPushToken. Braze.registerPushToken()/ Braze.getRegisteredPushToken() is now tRegisteredPushToken()/ Braze.getRegisteredPushToken().Kotlin clients will need to update their code to support the use of Kotlin properties on the Braze singleton where needed. Added ability to retrieve deeplinks from BrazeNotificationPayload objects via BrazeNotificationPayload().deeplink.Fixed an issue where apps with a target of Android 12 running on Android 13 devices would not automatically create a default notification channel upon a push notification being received.BaseContentCardView.bindViewHolder() now takes Card instead of generic type.


To use this behavior please set .tIsTouchModeRequiredForHtmlInAppMessages to false.
