Click or drag to resize

BrowserClient.SetDockTileAsync Method

Version 93.1.111
Set dock tile details, platform-specific.

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

Parameters

badgeLabel (Optional)
Type: System.String
badgeLabel
image (Optional)
Type:System.Byte[]
Png encoded image.

Return Value

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