public static interface BottomSelectDialog.OnSelectListener
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
onSelect(int index)
当选择选项时回调
|
void onSelect(int index)
index - 当前选中的下标,与 BottomSelectDialog.Builder.setSelections(java.lang.String[]) 下标对应。