Click or drag to resize

ApplicationContextShowToast Method

Shows a toast on the application context

Namespace:  SanteDB.DisconnectedClient
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public abstract void ShowToast(
	string subject
)

Parameters

subject
Type: SystemString

[Missing <param name="subject"/> documentation for "M:SanteDB.DisconnectedClient.ApplicationContext.ShowToast(System.String)"]

See Also