Click or drag to resize

ToastManagerShowAsync Method (String)

[This is preliminary documentation and is subject to change.]

Shows a toast using JSON format.

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public Task<ToastResult> ShowAsync(
	string requestJson
)

Parameters

requestJson
Type: SystemString
Toast request in JSON format

Return Value

Type: TaskToastResult
Result of showing a toast
See Also