This class is used to specify the recipient mode for Moderator Messages and Administrator Message.
Namespace: Sfs2X.RequestsAssembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0
Syntax
| C# |
|---|
public class MessageRecipientMode |
Remarks
There are 4 recipient modes:
- TO_USER: the message will be sent to the User (passed as the target parameter)
- TO_ROOM: the message will be sent to all Users in the Room (passed as the target parameter)
- TO_GROUP: the message will be sent to all Users in the Room Group (passed as a String in the target parameter)
- TO_ZONE: the message will be sent to all Users in the Zone (target is ignored)