Created
September 24, 2020 07:10
-
-
Save Natgho/56d942dee21868e09d6f767d31fded82 to your computer and use it in GitHub Desktop.
hms-push-kit-data-message-handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
push.on({ | |
callback: function (ret) { | |
console.log("received pass through message, ret=" + JSON.stringify(ret)); | |
}, | |
complete: function () { | |
console.log('push.on completed'); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment