Click or drag to resize

AnimationClient.EnableAsync Method

Version 118.6.80
Enables animation domain notifications.

Namespace:  CefSharp.DevTools.Animation
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<DevToolsMethodResponse> EnableAsync()

Return Value

Type: Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also