static public field O2GResponseType.GetMessages

Brief

The constant represents the type of a response to a request for initial message information.

Details

If your application uses the O2GTableManager, the Messages table is always loaded during the login process. This information is kept in an O2GMessagesTable object.

If your application does not use the O2GTableManager, the initial message information needs to be requested.
The Messages table is always loaded by the server automatically during the login process. To obtain the O2GResponseType.GetMessages response, call the O2GLoginRules.getTableRefreshResponse method. For example,

O2GResponse messagesResponse = loginRules.getTableRefreshResponse(O2GTableType.Messages);

To process the contents of a response object of the O2GResponseType.GetMessages type, use an instance of the O2MessagesTableResponseReader class.

Declared in O2GResponseType

back