Uses of Class
com.uc4.api.MessageBox
Packages that use MessageBox
-
Uses of MessageBox in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return MessageBoxModifier and TypeMethodDescriptionfinal MessageBoxXMLRequest.getMessageBox()Returns a MessageBox object if the server returns a message for this request.Methods in com.uc4.communication.requests that return types with arguments of type MessageBoxModifier and TypeMethodDescriptionfinal List<MessageBox>XMLRequest.getAllMessageBoxes()Returns a List of all MessageBoxes object if the server returns messages for this request.Methods in com.uc4.communication.requests with parameters of type MessageBoxModifier and TypeMethodDescriptionvoidCreateObject.setMessageBox(MessageBox box) protected voidXMLRequest.setMessageBox(MessageBox box) Used inXMLRequestSetto move the Message Box from a child request to theXMLRequestSetobject.Constructors in com.uc4.communication.requests with parameters of type MessageBox