C# Class XikeonBrClient.Notification

Datei anzeigen Open project: michaelowens/gta-br-fivem

Public Methods

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

Method Details

OnNotification() static public method

static public OnNotification ( string message ) : void
message string
return void

OnNotificationDetails() static public method

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

OnNotificationDetails() static public method

static public OnNotificationDetails ( string pic, string title, string subtitle, string message ) : void
pic string
title string
subtitle string
message string
return void

ShowNotification() static public method

static public ShowNotification ( string text ) : void
text string
return void

ShowNotificationDetails() static public method

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