Click or drag to resize

BrowserClientSetDockTileAsync Method

Version 130.1.90
Set dock tile details, platform-specific.

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

Parameters

badgeLabel  String  (Optional)
badgeLabel
image  Byte  (Optional)
Png encoded image.

Return Value

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