Package com.zing.zalo.zbrowser
Interface ZBrowserPreload.ZBrowserPreloadCallback
-
- Enclosing class:
- ZBrowserPreload
public static interface ZBrowserPreload.ZBrowserPreloadCallback
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceZBrowserPreload.ZBrowserPreloadCallback.AsyncCallback<Result>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetConfig(String requests, ZBrowserPreload.ZBrowserPreloadCallback.AsyncCallback<JSONObject> callback)StringgetCurrentCacheConfigAtLocal()voidupdateCacheConfigIntoLocal(String config)
-
-
-
Method Detail
-
getConfig
void getConfig(String requests, @NonNull ZBrowserPreload.ZBrowserPreloadCallback.AsyncCallback<JSONObject> callback)
-
getCurrentCacheConfigAtLocal
String getCurrentCacheConfigAtLocal()
-
updateCacheConfigIntoLocal
void updateCacheConfigIntoLocal(String config)
-
-