DeviceAccessClientSelectPromptAsync Method |
Version 118.6.80
Select a device in response to a DeviceAccess.deviceRequestPrompted event.
Namespace:
CefSharp.DevTools.DeviceAccess
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<DevToolsMethodResponse> SelectPromptAsync(
string id,
string deviceId
)
public:
Task<DevToolsMethodResponse^>^ SelectPromptAsync(
String^ id,
String^ deviceId
)
Parameters
- id
- Type: SystemString
id - deviceId
- Type: SystemString
deviceId
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also