EmulationClientSetDevicePostureOverrideAsync Method |
Version 130.1.90
Start reporting the given posture value to the Device Posture API.
This override can also be set in setDeviceMetricsOverride().
Namespace: CefSharp.DevTools.EmulationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetDevicePostureOverrideAsync(
DevicePosture posture
)
public:
Task<DevToolsMethodResponse^>^ SetDevicePostureOverrideAsync(
DevicePosture^ posture
)
Parameters
- posture DevicePosture
- posture
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also