Plugins
Last updated
Last updated
You can add functionalities to MBurger with plugins: classes that conform to the MBPlugin
protocol that extends the functionalities of MBurger.
Below there's a list of MBurger plugins supported
Below there's a list of MBurger plugins supported.
Be aware that plugins are now only available in developer mode.
MBMessages is a plugin library for MBurger, lets you display in app messages and manage push notifications in your app. The minimum deployment target for the library is 4.2 (API 17).
Using this library you can display the messages that you set up in the MBurger dashboard in your app. You can also setup and manage push notifications connected to your MBurger project.
MBAudience is a plugin libary for MBurger, that lets you track user data and behavior inside your and to target messages only to specific users or groups of users. This plugin is often used with the MBMessages plugin to being able to send push and messages only to targeted users.
MBAutomationAndroid
is a plugin libary for MBurger, that lets you send automatic push notifications and in-app messages crated from the MBurger platform. It has as dependencies MBMessagesAndroid and MBAudienceAndroid. With this library you can also track user events and views.
Using MBAutomationAndroid
you can setup triggers for in-app messages and push notifications, in the MBurger dashboard and the SDK will show the content automatically when triggers are satisfied.