Interface EventCondition.Builder

    • Method Detail

      • dimensions

        EventCondition.Builder dimensions​(EventDimensions dimensions)

        The dimensions for the event filter to use for the activity.

        Parameters:
        dimensions - The dimensions for the event filter to use for the activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageActivity

        EventCondition.Builder messageActivity​(String messageActivity)

        The message identifier (message_id) for the message to use when determining whether message events meet the condition.

        Parameters:
        messageActivity - The message identifier (message_id) for the message to use when determining whether message events meet the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.