CookieManager.RemoveSessionCookies(IValueCallback) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all session cookies, which are cookies without an expiration date.
[Android.Runtime.Register("removeSessionCookies", "(Landroid/webkit/ValueCallback;)V", "GetRemoveSessionCookies_Landroid_webkit_ValueCallback_Handler")]
public abstract void RemoveSessionCookies (Android.Webkit.IValueCallback? callback);
[<Android.Runtime.Register("removeSessionCookies", "(Landroid/webkit/ValueCallback;)V", "GetRemoveSessionCookies_Landroid_webkit_ValueCallback_Handler")>]
abstract member RemoveSessionCookies : Android.Webkit.IValueCallback -> unit
Parameters
- callback
- IValueCallback
a callback which is executed when the session cookies have been removed
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.