AppWarp_WP7_TestSDK.NotificationListener.onPrivateChatReceived C# (CSharp) Метод

onPrivateChatReceived() публичный Метод

public onPrivateChatReceived ( string sender, string message ) : void
sender string
message string
Результат void
        public void onPrivateChatReceived(string sender, string message)
        { 
        }
        public void onUserChangeRoomProperty(RoomData roomData, string sender, Dictionary<string, object> properties, Dictionary<string, string> lockedPropertiesTable)