noetius
noetius
Node Version: `8.11.3` Node BACstack Version: `0.0.1-beta.13` - [ ] Bug Report - [x] Feature Request - [ ] Question ### Feature Request / Question Hello, I wanted to ask...
Hello, I tried everything to get working the "onMessageReceived" callback: pushPlugin.areNotificationsEnabled(function(areEnabled) { if(areEnabled){ pushPlugin.register(config.pushPluginConfig, function(token) { onReceivedToken(token); }); pushPlugin.onTokenRefresh( onReceivedToken ); pushPlugin.onMessageReceived(function callback(message, data, notification) { console.dir(message); }); } });...