Ejemplo n.º 1
0
 /// <summary>
 /// Set all web views allowing third party cookies set from a non-main frame or other third party web pages.
 /// By default, only cookies from current main page or visited pages could be set.
 /// </summary>
 /// <param name="allowed">Allow the third party cookies.</param>
 public static void SetAllowThirdPartyCookies(bool allowed)
 {
     UniWebViewPlugin.SetAllowThirdPartyCookies(allowed);
 }