loadMessages
Get the collection of the com.pushwoosh.inbox.data.InboxMessage that the user received This method obtains messages from network. In case the network connection is not available messages will be obtained from local database
Parameters
- if successful, return the collection of the InboxMessages. Otherwise, return error
Get the collection of the com.pushwoosh.inbox.data.InboxMessage that the user received This method obtains messages from network. In case the network connection is not available messages will be obtained from local database
Parameters
- if successful, return the collection of the InboxMessages. Otherwise, return error
- This parameter provides pagination. Pass the last com.pushwoosh.inbox.data.InboxMessage that is on your current page as a parameter to get previous messages.To get latest messages or in case the pagination is not necessary, pass null as a parameter.
- amount of messages to get. Pass -1 to get all the messages