Example usage for Java android.webkit CookieSyncManager fields, constructors, methods, implement or subclass
The text is from its open source code.
CookieSyncManager | createInstance(Context context) Create a singleton CookieSyncManager within a context |
CookieSyncManager | getInstance() Singleton access to a CookieSyncManager . |
void | startSync() startSync() requests sync manager to start sync. |
void | stopSync() stopSync() requests sync manager to stop sync. |
void | sync() sync() forces sync manager to sync now |