Property | Type | Description | |
---|---|---|---|
DefaultDockTime | int |
Property | Type | Description | |
---|---|---|---|
Alerts | Queue |
Method | Description | |
---|---|---|
Show ( string Message, string SubText, AlertType Type = AlertType.Info ) : void |
Shows a custom Toast message with the specified icon
|
Method | Description | |
---|---|---|
CheckAlerts ( ) : void |
This method is called internally to determine if a new alert can be shown from the alert queue.
|
Method | Description | |
---|---|---|
AlertClosed ( object sender, |
Event is fired whenever a Toast alert is closed. This method is responsible for displaying the next queued alert message
|
|
Notify ( ) : System |
Static Constructor
|
public static Show ( string Message, string SubText, AlertType Type = AlertType.Info ) : void | ||
Message | string | |
SubText | string | |
Type | AlertType | |
return | void |