AppWarp_WP7_TestSDK.NotificationListener.onPrivateChatReceived C# (CSharp) Method

onPrivateChatReceived() public method

public onPrivateChatReceived ( string sender, string message ) : void
sender string
message string
return void
        public void onPrivateChatReceived(string sender, string message)
        { 
        }
        public void onUserChangeRoomProperty(RoomData roomData, string sender, Dictionary<string, object> properties, Dictionary<string, string> lockedPropertiesTable)