public static class ShowOverlayCommand.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ShowOverlayCommand |
build() |
ShowOverlayCommand.Builder |
withDelay(Integer delay) |
ShowOverlayCommand.Builder |
withDelay(String delayExpression) |
ShowOverlayCommand.Builder |
withDescription(String description) |
ShowOverlayCommand.Builder |
withDuration(Integer duration) |
ShowOverlayCommand.Builder |
withOverlayLayoutId(String overlayLayoutId) |
ShowOverlayCommand.Builder |
withOverlayWidth(String overlayWidth) |
ShowOverlayCommand.Builder |
withScreenLock(Boolean screenLock) |
ShowOverlayCommand.Builder |
withSequencer(String sequencer) |
ShowOverlayCommand.Builder |
withUnderlyingLayoutId(String underlyingLayoutId) |
ShowOverlayCommand.Builder |
withWhen(Boolean when) |
public ShowOverlayCommand.Builder withDelay(Integer delay)
public ShowOverlayCommand.Builder withDelay(String delayExpression)
public ShowOverlayCommand.Builder withDescription(String description)
public ShowOverlayCommand.Builder withScreenLock(Boolean screenLock)
public ShowOverlayCommand.Builder withSequencer(String sequencer)
public ShowOverlayCommand.Builder withWhen(Boolean when)
public ShowOverlayCommand.Builder withOverlayLayoutId(String overlayLayoutId)
public ShowOverlayCommand.Builder withUnderlyingLayoutId(String underlyingLayoutId)
public ShowOverlayCommand.Builder withOverlayWidth(String overlayWidth)
public ShowOverlayCommand.Builder withDuration(Integer duration)
public ShowOverlayCommand build()
Copyright © 2023. All rights reserved.