Package com.batch.android.messaging.model.cep
See: Description
-
Class Summary Class Description CEPMessage Represents an in-app message to be displayed within the application. RootContainer Represents the root container for a layout. Button Represents the color and background color options for a close button. Auto Represents the delay and color options for automatic closing. CloseOptions Represents the options for closing an in-app. Text Represents a text component within an in-app message. Button Represents a button component within an in-app message. Image Represents an image component within an in-app message. Divider Represents a divider component within an in-app message. EmptySpacer Represents an empty spacer component within n Columns component message. Spacer Represents a vertical spacer component to fill the space available. Columns Represents a column layout component within an in-app message. WebView Represents a web view component within an in-app message. InAppComponent Represents a component within an in-app message. ThemeColors Represents a color tuple for light and dark themes. Border Represents border properties. Size Represents a size object. Margin Represents a margin object. CornerRadius Represents a corner radius object. InAppProperty -
Enum Summary Enum Description Type Represents the type of the component. AspectRatio Represents the aspect ratio of the image. Format Represents the format of an in-app message. VerticalAlignment Represents a vertical alignment like the position of an in-app message in fullscreen. HorizontalAlignment Represents the horizontal alignment of a component. FontDecoration Represents a font decoration. Unit -
Interface Summary Interface Description Column Represents a component that can be part of a column layout. FontDecorationComponent Interface for components that can have text decorations applied.