Builder

public class Builder

Builder. Use setSelections to set options, build to create the instance, and then setOnSelectListener to set the listener.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
public BottomSelectDialog.Builder setSelections(Array<String> selections)
Set the selection texts
Link copied to clipboard
Set the color resources for the selection texts (must be resource color IDs).
Link copied to clipboard
public BottomSelectDialog.Builder setTitle(String title)
Set the title.