ControlMessage

Hierarchy

  • ControlMessage

Index

Constructors

constructor

  • A non-showing message placeholder that represents this user receiving the the control for a multivariate test. Can be passed to showInAppMessage to log the user's entrollment in the control or handled manually.

    Parameters

    • Optional triggerId: undefined | string

      The id of the trigger that created this message. The SDK will report back this to Braze with in-app message analytics events.

    Returns ControlMessage

Properties

extras

extras: Record<string, string>

Object of string/string key/value pairs.

isControl

isControl: true

Whether this message is a ControlMessage.

Optional triggerId

triggerId: undefined | string

The id of the trigger that created this message. The SDK will report back this to Braze with in-app message analytics events.