コード例 #1
0
ファイル: UniWebView.cs プロジェクト: zhaozdi/CasinosClient
 /// <summary>
 /// Clears all cookies from web view.
 ///
 /// This will clear cookies from all domains in the web view and previous.
 /// If you only need to remove cookies from a certain domain, use `SetCookie` instead.
 /// </summary>
 public static void ClearCookies()
 {
     UniWebViewInterface.ClearCookies();
 }