FedCmClientResetCooldownAsync Method |
Version 118.6.80
Resets the cooldown time, if any, to allow the next FedCM call to show
a dialog even if one was recently dismissed by the user.
Namespace:
CefSharp.DevTools.FedCm
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<DevToolsMethodResponse> ResetCooldownAsync()
public:
Task<DevToolsMethodResponse^>^ ResetCooldownAsync()
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also