FedCmClientEnableAsync Method |
Version 130.1.90
Enable
Namespace: CefSharp.DevTools.FedCmAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> EnableAsync(
bool? disableRejectionDelay = null
)
public:
Task<DevToolsMethodResponse^>^ EnableAsync(
Nullable<bool> disableRejectionDelay = nullptr
)
Parameters
- disableRejectionDelay NullableBoolean (Optional)
- Allows callers to disable the promise rejection delay that wouldnormally happen, if this is unimportant to what's being tested.(step 4 of https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in)
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also