-
- All Implemented Interfaces:
-
com.batch.android.messaging.model.cep.InAppComponent.Column,java.io.Serializable
public final class InAppComponent.Divider extends InAppComponent implements InAppComponent.Column, Serializable
Represents a divider component within an in-app message.
This class defines the properties and styling options for a divider element. It inherits from InAppComponent and implements the Column interface, indicating that it's a component and can be part of a column layout.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerthicknessprivate final InAppProperty.ThemeColorscolorprivate final InAppProperty.Sizewidthprivate final InAppProperty.HorizontalAlignmentalignprivate final InAppProperty.Marginmarginsprivate final InAppComponent.Typetype
-
Constructor Summary
Constructors Constructor Description InAppComponent.Divider(Integer thickness, InAppProperty.ThemeColors color, InAppProperty.Size width, InAppProperty.HorizontalAlignment align, InAppProperty.Margin margins)
-
Method Summary
Modifier and Type Method Description final IntegergetThickness()final InAppProperty.ThemeColorsgetColor()final InAppProperty.SizegetWidth()final InAppProperty.HorizontalAlignmentgetAlign()final InAppProperty.MargingetMargins()final InAppComponent.TypegetType()-
-
Constructor Detail
-
InAppComponent.Divider
InAppComponent.Divider(Integer thickness, InAppProperty.ThemeColors color, InAppProperty.Size width, InAppProperty.HorizontalAlignment align, InAppProperty.Margin margins)
-
-
Method Detail
-
getThickness
final Integer getThickness()
-
getColor
final InAppProperty.ThemeColors getColor()
-
getWidth
final InAppProperty.Size getWidth()
-
getAlign
final InAppProperty.HorizontalAlignment getAlign()
-
getMargins
final InAppProperty.Margin getMargins()
-
getType
final InAppComponent.Type getType()
-
-
-
-