Interface InAppMessageBodyConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InAppMessageBodyConfig.Builder,InAppMessageBodyConfig>, SdkBuilder<InAppMessageBodyConfig.Builder,InAppMessageBodyConfig>, SdkPojo
Enclosing class:
InAppMessageBodyConfig

public static interface InAppMessageBodyConfig.Builder extends SdkPojo, CopyableBuilder<InAppMessageBodyConfig.Builder,InAppMessageBodyConfig>
  • Method Details

    • alignment

      InAppMessageBodyConfig.Builder alignment(String alignment)

      The alignment of the text. Valid values: LEFT, CENTER, RIGHT.

      Parameters:
      alignment - The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • alignment

      The alignment of the text. Valid values: LEFT, CENTER, RIGHT.

      Parameters:
      alignment - The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • body

      Message Body.

      Parameters:
      body - Message Body.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • textColor

      InAppMessageBodyConfig.Builder textColor(String textColor)

      The text color.

      Parameters:
      textColor - The text color.
      Returns:
      Returns a reference to this object so that method calls can be chained together.