Method | Description | |
---|---|---|
OnNotification ( string message ) : void | ||
OnNotificationDetails ( ExpandoObject player, string pic, string title, string subtitle, string message ) : void | ||
OnNotificationDetails ( string pic, string title, string subtitle, string message ) : void | ||
ShowNotification ( string text ) : void | ||
ShowNotificationDetails ( string picName1, string picName2, bool flash, int iconType, string sender, string subject, string message ) : void |
static public OnNotification ( string message ) : void | ||
message | string | |
return | void |
static public OnNotificationDetails ( ExpandoObject player, string pic, string title, string subtitle, string message ) : void | ||
player | ExpandoObject | |
pic | string | |
title | string | |
subtitle | string | |
message | string | |
return | void |
static public OnNotificationDetails ( string pic, string title, string subtitle, string message ) : void | ||
pic | string | |
title | string | |
subtitle | string | |
message | string | |
return | void |
static public ShowNotification ( string text ) : void | ||
text | string | |
return | void |
static public ShowNotificationDetails ( string picName1, string picName2, bool flash, int iconType, string sender, string subject, string message ) : void | ||
picName1 | string | |
picName2 | string | |
flash | bool | |
iconType | int | |
sender | string | |
subject | string | |
message | string | |
return | void |