C# 클래스 XikeonBrClient.Notification

파일 보기 프로젝트 열기: michaelowens/gta-br-fivem

공개 메소드들

메소드 설명
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

메소드 상세

OnNotification() 정적인 공개 메소드

static public OnNotification ( string message ) : void
message string
리턴 void

OnNotificationDetails() 정적인 공개 메소드

static public OnNotificationDetails ( ExpandoObject player, string pic, string title, string subtitle, string message ) : void
player ExpandoObject
pic string
title string
subtitle string
message string
리턴 void

OnNotificationDetails() 정적인 공개 메소드

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

ShowNotification() 정적인 공개 메소드

static public ShowNotification ( string text ) : void
text string
리턴 void

ShowNotificationDetails() 정적인 공개 메소드

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
리턴 void