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 IO2GTableManager, the Messages table is always loaded during the login process. This information is kept in an IO2GMessagesTable object.

If your application does not use the IO2GTableManager, 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 IO2GLoginRules.getTableRefreshResponse method. For example,

O2GResponse messagesResponse = loginRules.getTableRefreshResponse(O2GTable::Messages);

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

Declared in O2GResponseType

back