Android.Webkit.CookieSyncManager Members

The members of Android.Webkit.CookieSyncManager are listed below.

See Also: Inherited members from Android.Webkit.WebSyncManager

Protected Fields

const
Logtagstring.

Public Properties

[read-only]
static
InstanceCookieSyncManager. Singleton access to a Android.Webkit.CookieSyncManager.

Protected Properties

MDataBaseWebViewDatabase.
MHandlerAndroid.OS.Handler.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
CreateInstance(Android.Content.Context) : CookieSyncManager
Create a singleton CookieSyncManager within a context
override
ResetSync()
resetSync() resets sync manager's timer.
override
Run()
Starts executing the active part of the class' code.
override
StartSync()
startSync() requests sync manager to start sync.
override
StopSync()
stopSync() requests sync manager to stop sync. remove any SYNC_MESSAGE in the queue to break the sync loop
override
Sync()
sync() forces sync manager to sync now

Protected Methods