Constants

object Constants

Contains Constants used by multiple classes.

Properties

Link copied to clipboard
const val BRAZE: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Card data associated with the current push notification.

Link copied to clipboard

The User Id associated with card data associated with the current push notification.

Link copied to clipboard
Link copied to clipboard

The ID used when creating the default notification channel. Must be less than 40 characters.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The full (i.e. not prefixed with the package name) intent sent when Braze has tracked that a push notification has been dismissed/deleted.

Link copied to clipboard

The full (i.e. not prefixed with the package name) intent sent when Braze has tracked that a push notification has been opened.

Link copied to clipboard

The full (i.e. not prefixed with the package name) intent sent when Braze has tracked that a push notification has been received.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A timestamp indicating when a push notification was displayed by the device.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Key used to pass a URL to a deeplink WebView.

Link copied to clipboard

The maximum accepted length, in bytes, of an UTF-8 encoded com.braze.models.outgoing.BrazeProperties object. Note that this value is inclusive.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val TRAFFIC_STATS_THREAD_TAG: Int = 1337

The tag used to identify requests originating from the Braze SDK. See https://developer.android.com/reference/android/net/TrafficStats#setThreadStatsTag(int). According to https://github.com/square/okhttp/issues/3537, there doesn't appear to be any harm in using an arbitrary id here for all Braze threads.

Link copied to clipboard

The maximum accepted length, in bytes, of an UTF-8 encoded user id. Note that this value is inclusive.