Skip to content

15.1.0

Choose a tag to compare

@GabrielOtero GabrielOtero released this 24 Sep 13:52
· 19 commits to master since this release
Added
  • Adds support for Banner properties via new public methods for BrazeBanner.
    • banner.getStringProperty(key:) for accessing String properties.
    • banner.getNumberProperty(key:) for accessing num properties.
    • banner.getTimestampProperty(key:) for accessing int Unix UTC millisecond timestamp properties.
    • banner.getBooleanProperty(key:) for accessing bool properties.
    • banner.getImageProperty(key:) for accessing image URL properties as Strings.
    • banner.getJSONProperty(key:) for accessing JSON properties as Map<String, dynamic>.