public class GfycatCategoriesLoader
extends java.lang.Object
| Constructor and Description |
|---|
GfycatCategoriesLoader() |
| Modifier and Type | Method and Description |
|---|---|
static Disposable |
subscribe(<any> onRecentCategoryLoaded,
<any> onCategoriesLoaded,
<any> onCategoriesLoadFailed,
Action0 onLoadingComplete) |
static Disposable |
subscribeForCategories(<any> onCategoriesLoaded,
<any> onCategoriesLoadFailed,
Action0 onLoadingComplete) |
static Disposable |
subscribeForRecent(<any> onRecentCategoryLoaded) |
public static Disposable subscribe(<any> onRecentCategoryLoaded,
<any> onCategoriesLoaded,
<any> onCategoriesLoadFailed,
Action0 onLoadingComplete)
public static Disposable subscribeForRecent(<any> onRecentCategoryLoaded)
public static Disposable subscribeForCategories(<any> onCategoriesLoaded,
<any> onCategoriesLoadFailed,
Action0 onLoadingComplete)