Package-level declarations

Types

Link copied to clipboard
class BrazeNotificationPayload @JvmOverloads constructor(    notificationExtras: Bundle?,     brazeExtras: Bundle? = getAttachedBrazeExtras( notificationExtras ),     context: Context? = null,     var configurationProvider: BrazeConfigurationProvider? = null)

A convenience class for parsing the Braze Notification payload. Values are not lazy-loaded and are computed from the input arguments on each constructor call.