| Modifier and Type | Field and Description |
|---|---|
ObservableBoolean |
isRetry |
int |
layoutId |
int |
loaderColor |
<any> |
loadingText |
| Constructor and Description |
|---|
LoadMoreModel(ListApi listApi,
int loadingText)
Api that needs to be called
|
| Modifier and Type | Method and Description |
|---|---|
ListApi |
getListApi() |
int |
layoutId() |
void |
onRetryClick(android.view.View view) |
void |
setLayoutId(int layoutId) |
void |
setLoaderText(java.lang.String loadingText) |
void |
setToRetry() |
void |
stopLoading() |
public ObservableBoolean isRetry
public <any> loadingText
public int loaderColor
public int layoutId
public LoadMoreModel(ListApi listApi, int loadingText)
listApi - apiloadingText - textpublic void setLoaderText(java.lang.String loadingText)
public void onRetryClick(android.view.View view)
public void stopLoading()
public ListApi getListApi()
public void setToRetry()
public void setLayoutId(int layoutId)