-
public final class SecondLayerStyleSettingsThe Second Layer Settings.
-
-
Field Summary
Fields Modifier and Type Field Description private final ButtonLayoutbuttonLayoutprivate final BooleanshowCloseButton
-
Constructor Summary
Constructors Constructor Description SecondLayerStyleSettings(ButtonLayout buttonLayout, Boolean showCloseButton)
-
Method Summary
Modifier and Type Method Description final ButtonLayoutgetButtonLayout()The button layout. final BooleangetShowCloseButton()Show/hide the close button at the top-right corner of the Banner. -
-
Constructor Detail
-
SecondLayerStyleSettings
SecondLayerStyleSettings(ButtonLayout buttonLayout, Boolean showCloseButton)
-
-
Method Detail
-
getButtonLayout
final ButtonLayout getButtonLayout()
The button layout.
-
getShowCloseButton
final Boolean getShowCloseButton()
Show/hide the close button at the top-right corner of the Banner. If you are opening the Banner from your App's settings. We always recommend to enable a close button, so that users can easily dismiss the Banner. By default, close button is hidden.
-
-
-
-