Add new message and target ios

This commit is contained in:
Yousef Hamza 2016-10-11 13:41:24 +02:00
parent b989138c70
commit ec0f3c87c1

View File

@ -354,8 +354,14 @@ module.exports = {
Instabug.setChatNotificationEnabled(isChatNotificationEnabled);
},
// On new message handler!
/**
* Sets a block of code that gets executed when a new message is received.
* @callback handler - A callback that gets executed when a new message
* is received.
*/
setOnNewMessageHandler: function(handler) {
Instabug.setOnNewMessageHandler(handler);
},
/**
* Enables/disables prompt options when SDK is invoked.