public abstract class

AmazonCookieSyncManager

extends Object
java.lang.Object
   ↳ com.amazon.android.webkit.AmazonCookieSyncManager

Class Overview

The AmazonCookieSyncManager is intended to be functionally equivalent to to the CookieSyncManager class. See CookieSyncManager for usage.

Summary

Public Constructors
AmazonCookieSyncManager()
Public Methods
static AmazonCookieSyncManager getInstance()
The getInstance() method gets the singleton instance of the AmazonCookieSyncManager, and is intended to be functionally equivalent to to the getInstance() method.
abstract void resetSync()
The resetSync() method resets the manager's timer, and is intended to be functionally equivalent to the resetSync() method.
abstract void run()
The run() method executes runnable code, and is intended to be functionally equivalent to the run() method.
abstract void startSync()
The startSync() method requests that the manager starts to sync, and is intended to be functionally equivalent to the startSync() method.
abstract void stopSync()
The stopSync() method requests that the manager stops syncing, and is intended to be functionally equivalent to the stopSync() method.
abstract void sync()
The sync() method forces the manager to sync, and is intended to be functionally equivalent to the sync() method.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AmazonCookieSyncManager ()

Public Methods

public static AmazonCookieSyncManager getInstance ()

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.

public abstract void resetSync ()

The resetSync() method resets the manager's timer, and is intended to be functionally equivalent to the resetSync() method. See resetSync() for usage.

public abstract void run ()

The run() method executes runnable code, and is intended to be functionally equivalent to the run() method. See run() for usage.

public abstract void startSync ()

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.

public abstract void stopSync ()

The stopSync() method requests that the manager stops syncing, and is intended to be functionally equivalent to the stopSync() method. See stopSync() for usage.

public abstract void sync ()

The sync() method forces the manager to sync, and is intended to be functionally equivalent to the sync() method. See sync() for usage.