Back to product page

ChatRoomInvite callback method


Called when you are invited to a chat room.

Syntax

  • Basic
object.ChatRoomInvite (Owner, Room, Contact, Reason)
The ChatRoomInvite(object,Owner,Room,Contact,Reason) syntax has these parts:
objectAn expression evaluating to an object of type IwodXMPPNotify
OwnerAn expression evaluating to an object of type wodXMPP
RoomA XMPPChatRoom object.
ContactXMPPContact object
ReasonString.

Remarks

This method is called only if you implemented IwodXMPPNotify interface in your application, and wodXMPP.Notification property has received reference to instance of your implementation.


Platforms

Windows