Click or drag to resize

BrowserClientSetDockTileAsync Method

Version 86.0.240
Set dock tile details, platform-specific.

Namespace:  CefSharp.DevTools.Browser
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> SetDockTileAsync(
	string badgeLabel = null,
	byte[] image = null
)

Parameters

badgeLabel (Optional)
Type: SystemString
badgeLabel
image (Optional)
Type: SystemByte
Png encoded image.

Return Value

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