-
- All Implemented Interfaces:
-
com.batch.android.messaging.model.cep.InAppComponent.Column,java.io.Serializable
public final class InAppComponent.Spacer extends InAppComponent implements InAppComponent.Column, Serializable
Represents a vertical spacer component to fill the space available.
-
-
Field Summary
Fields Modifier and Type Field Description private final InAppProperty.Sizeheightprivate final InAppComponent.Typetype
-
Constructor Summary
Constructors Constructor Description InAppComponent.Spacer(InAppProperty.Size height)
-
Method Summary
Modifier and Type Method Description final InAppProperty.SizegetHeight()final InAppComponent.TypegetType()-
-
Constructor Detail
-
InAppComponent.Spacer
InAppComponent.Spacer(InAppProperty.Size height)
-
-
Method Detail
-
getHeight
final InAppProperty.Size getHeight()
-
getType
final InAppComponent.Type getType()
-
-
-
-