Android.Webkit.CookieManager.Flush Method
Ensures all cookies currently accessible through the getCookie API are written to persistent storage.

Syntax

[Android.Runtime.Register("flush", "()V", "GetFlushHandler")]
public virtual void Flush ()

Remarks

Ensures all cookies currently accessible through the getCookie API are written to persistent storage. This call will block the caller until it is done and may perform I/O.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1