Using the inApp Messages API (Since SDK v2.3)

inApp Messages is not available for DMC customers

Since Appoxee SDK v2.3 you can use the following methods to get , open and delete inApp messages from the inApp Inbox. This will allow you to build your own inApp Inbox, using your own resources, and to populate it using the inApp Messages API.

Each method can be called with "Appoxee.methodName()".

Make sure you import "com.appoxee.inbox.Message" when building your own custom inApp Messages Inbox.


1. public static ArrayList<Message> getInboxMessages() ; 


2. public static void deleteMessage(long id);


3. public static Message getMessageByID(long id);


4. public static void openAppoxeeMessage(Message msgToOpen);