dataBundle property

Map<String, String>? dataBundle
getter/setter pair

user-defined data bundle.

This data is meant for the developer to use in the SDK at runtime when a campaign is displayed. For more info: (go/fiam-data-bundles)

Optional.

Implementation

core.Map<core.String, core.String>? dataBundle;