Skip to content

3.4.0

Compare
Choose a tag to compare
@radixdev radixdev released this 23 Jun 18:10
· 24 commits to master since this release

3.4.0

Added
  • Added the ability to change the display flow of In-App Messages directly from Unity code via AppboyBinding.SetInAppMessageDisplayAction().
    • See the BrazeUnityInAppMessageDisplayActionType enum.
  • Added the ability to open the default Content Cards UI via DisplayContentCards() on the binding.
    • For Android, this requires the following dependencies:
      implementation "androidx.swiperefreshlayout:swiperefreshlayout:+"
      implementation "androidx.recyclerview:recyclerview:+"