C# Class ChatterBox.Client.Common.Notifications.ToastNotificationService

Show file Open project: openpeer/ChatterBox

Public Methods

Method Description
ShowInstantMessageNotification ( string fromName, string fromUserId, string imageUri, string message ) : void
ShowPresenceNotification ( string name, string imageUri, bool isOnline ) : void
ShowToastNotification ( string message ) : void

Private Methods

Method Description
ShowNotification ( XmlDocument toastXml ) : void

Method Details

ShowInstantMessageNotification() public static method

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

ShowPresenceNotification() public static method

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

ShowToastNotification() public static method

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