Hello in the documentation for javascript of function deleteAllDevices
I cannot understand the second parameter "message" : what it mean ?
I report the documentation found :
-
App42.initialize("API_KEY","SECRET_KEY");
-
var pushNotificationService = new App42Push();
-
pushNotificationService.deleteAllDevices( userName,message, {
-
success: function(object)
-
{
-
var pushNotification = JSON.parse(object);
-
console.log("Response is "+pushNotification)
-
},
-
error: function(error) {
-
}
-
});