Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit abd0cae

Browse files
author
pzlatanov
committed
Readme adjust to reflect the new argument in the onMessageReceived in android.
1 parent f999648 commit abd0cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The code for the Push Plugin for NativeScript.
124124
var settings = {
125125
// Android settings
126126
senderID: '<ENTER_YOUR_PROJECT_NUMBER>', // Android: Required setting with the sender/project number
127-
notificationCallbackAndroid: function(message) { // Android: Callback to invoke when a new push is received.
127+
notificationCallbackAndroid: function(message, pushNotificationObject) { // Android: Callback to invoke when a new push is received.
128128
alert(JSON.stringify(message));
129129
},
130130

0 commit comments

Comments
 (0)