 | 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)
Syntaxpublic Task<ToastResult> ShowAsync(
string requestJson
)
Public Function ShowAsync (
requestJson As String
) As Task(Of ToastResult)
public:
Task<ToastResult>^ ShowAsync(
String^ requestJson
)
member ShowAsync :
requestJson : string -> Task<ToastResult>
Parameters
- requestJson
- Type: SystemString
Toast request in JSON format
Return Value
Type:
TaskToastResultResult of showing a toast
See Also