Interface InAppMessage.Builder

    • Method Detail

      • content

        InAppMessage.Builder content​(InAppMessageContent... content)

        In-app message content.

        Parameters:
        content - In-app message content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customConfig

        InAppMessage.Builder customConfig​(Map<String,​String> customConfig)

        Custom config to be sent to SDK.

        Parameters:
        customConfig - Custom config to be sent to SDK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layout

        InAppMessage.Builder layout​(String layout)

        The layout of the message.

        Parameters:
        layout - The layout of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Layout, Layout
      • layout

        InAppMessage.Builder layout​(Layout layout)

        The layout of the message.

        Parameters:
        layout - The layout of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Layout, Layout