Uses of Enum
org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Type
Package
Description
TODO describe me.
TODO describe me.
-
Uses of RoomTransfer.Type in org.jivesoftware.smackx.workgroup.agent
Modifier and TypeMethodDescriptionvoid
AgentSession.sendRoomTransfer
(RoomTransfer.Type type, String invitee, String sessionID, String reason) Transfer an existing session support to another user or agent. -
Uses of RoomTransfer.Type in org.jivesoftware.smackx.workgroup.packet
Modifier and TypeMethodDescriptionstatic RoomTransfer.Type
Returns the enum constant of this type with the specified name.static RoomTransfer.Type[]
RoomTransfer.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionRoomTransfer
(RoomTransfer.Type type, String invitee, String sessionID, String reason)