public interface IWorldCountryListDialog
限定符和类型 | 方法和说明 |
---|---|
void |
hide() |
boolean |
isShowing() |
void |
setCurrentCountry(java.lang.String code) |
void |
setOnCountrySelectListener(WorldCountryListVM.onCountrySelectListener listener) |
void |
setOnDialogDismissListener(IDialogDismissListener listener) |
void |
show(android.view.View anchor) |
boolean isShowing()
void setCurrentCountry(java.lang.String code)
void setOnCountrySelectListener(WorldCountryListVM.onCountrySelectListener listener)
void setOnDialogDismissListener(IDialogDismissListener listener)
void show(android.view.View anchor)
void hide()