Click or drag to resize

EmulationClientCanEmulateAsync Method

Version 94.4.20
Tells whether emulation is supported.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<CanEmulateResponse> CanEmulateAsync()

Return Value

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