Package 

Class InAppComponent.Button

  • All Implemented Interfaces:
    com.batch.android.messaging.model.cep.InAppComponent.Column , com.batch.android.messaging.model.cep.InAppComponent.FontDecorationComponent

    
    public final class InAppComponent.Button
    extends InAppComponent implements InAppComponent.FontDecorationComponent, InAppComponent.Column
                        

    Represents a button component within an in-app message.

    This class defines the properties and styling options for a button element. It inherits from InAppComponent and implements the Column interface, indicating that it's a component and can be part of a column layout.