public static interface InAppMessageBodyConfig.Builder extends SdkPojo, CopyableBuilder<InAppMessageBodyConfig.Builder,InAppMessageBodyConfig>
| Modifier and Type | Method and Description |
|---|---|
InAppMessageBodyConfig.Builder |
alignment(Alignment alignment)
The alignment of the text.
|
InAppMessageBodyConfig.Builder |
alignment(String alignment)
The alignment of the text.
|
InAppMessageBodyConfig.Builder |
body(String body)
Message Body.
|
InAppMessageBodyConfig.Builder |
textColor(String textColor)
The text color.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInAppMessageBodyConfig.Builder alignment(String alignment)
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
InAppMessageBodyConfig.Builder alignment(Alignment alignment)
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
InAppMessageBodyConfig.Builder body(String body)
Message Body.
body - Message Body.InAppMessageBodyConfig.Builder textColor(String textColor)
The text color.
textColor - The text color.Copyright © 2022. All rights reserved.