java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonCookieSyncManager |
The AmazonCookieSyncManager is intended to be functionally equivalent to to
the CookieSyncManager
class. See
CookieSyncManager
for usage.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The getInstance() method gets the singleton instance of the
AmazonCookieSyncManager, and is intended to be functionally equivalent to
to the
getInstance() method. | |||||||||||
The resetSync() method resets the manager's timer, and is intended to be
functionally equivalent to the
resetSync() method. | |||||||||||
The run() method executes runnable code, and is intended to be
functionally equivalent to the
run() method. | |||||||||||
The startSync() method requests that the manager starts to sync, and is
intended to be functionally equivalent to the
startSync() method. | |||||||||||
The stopSync() method requests that the manager stops syncing, and is
intended to be functionally equivalent to the
stopSync() method. | |||||||||||
The sync() method forces the manager to sync, and is intended to be
functionally equivalent to the
sync() method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The getInstance() method gets the singleton instance of the
AmazonCookieSyncManager, and is intended to be functionally equivalent to
to the getInstance()
method. See
getInstance()
for usage.
The resetSync() method resets the manager's timer, and is intended to be
functionally equivalent to the
resetSync()
method. See
resetSync()
for usage.
The startSync() method requests that the manager starts to sync, and is
intended to be functionally equivalent to the
startSync()
method. See
startSync()
for usage.
The stopSync() method requests that the manager stops syncing, and is
intended to be functionally equivalent to the
stopSync()
method. See
stopSync()
for usage.