C# 클래스 ChatterBox.Client.Common.Notifications.ToastNotificationService

파일 보기 프로젝트 열기: openpeer/ChatterBox

공개 메소드들

메소드 설명
ShowInstantMessageNotification ( string fromName, string fromUserId, string imageUri, string message ) : void
ShowPresenceNotification ( string name, string imageUri, bool isOnline ) : void
ShowToastNotification ( string message ) : void

비공개 메소드들

메소드 설명
ShowNotification ( XmlDocument toastXml ) : void

메소드 상세

ShowInstantMessageNotification() 공개 정적인 메소드

public static ShowInstantMessageNotification ( string fromName, string fromUserId, string imageUri, string message ) : void
fromName string
fromUserId string
imageUri string
message string
리턴 void

ShowPresenceNotification() 공개 정적인 메소드

public static ShowPresenceNotification ( string name, string imageUri, bool isOnline ) : void
name string
imageUri string
isOnline bool
리턴 void

ShowToastNotification() 공개 정적인 메소드

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