Overview
Skill Level: Any
Prerequisites
Not what you’re looking for? Check out all our available tutorials for mobile app messaging here.
Step-by-step
-
Create a JSON configuration file for your plug-in
The plug-in configuration file needs to be under mce/plugins path in the assets folder. It should have the following format:
{ "notification-actions": [ { "type": "<the plugin type name - can be anything>", "class": "<the plugin class>", "initOptions": <a json object that contains the init options - optional> } ] }
In every plug-in package, under the mce/plugins path in the assets folder, there is a plug-in configuration file for that plug-in.
Expected outcome
Need more help? Check out all of our available tutorials for mobile app messaging here.