Click or drag to resize

FrameworkHelperShowToast Method

Namespace:  Unvired.Kernel.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ShowToast(
	string message,
	string detailMessage = ""
)

Parameters

message
Type: SystemString
detailMessage (Optional)
Type: SystemString
See Also