/
Using the inApp Messages API (Since SDK v2.3) for Appoxee Standalone
Using the inApp Messages API (Since SDK v2.3) for Appoxee Standalone
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);
, multiple selections available,
Related content
Inbox SDK Integration for Android
Inbox SDK Integration for Android
More like this
Using the Message Info API in Android
Using the Message Info API in Android
More like this
Inbox SDK integration for iOS
Inbox SDK integration for iOS
More like this
Service API Documentation for Appoxee Standalone
Service API Documentation for Appoxee Standalone
More like this
Custom Inbox and Default Inbox
Custom Inbox and Default Inbox
More like this
Step B: Appoxee Setup for Appoxee Standalone
Step B: Appoxee Setup for Appoxee Standalone
More like this