INotificationManager.

Show(INotification) Method

Summary

Show a notification.

Syntax

void Show(INotification notification)

Parameters

Name Type Description
notification INotification The notification to be displayed.

Return Value

Type Description
void