flatCustomPropertiesMap property

Map<String, String> flatCustomPropertiesMap
final

Map of user properties, set for custom keys. This is a flattened version of the customProperties list as a key-value map. See Qonversion.setCustomUserProperty.

Implementation

final Map<String, String> flatCustomPropertiesMap;