Package 

Class InAppComponent.Divider

  • 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.