Skip to content

Instantly share code, notes, and snippets.

@Natgho
Created September 24, 2020 07:10
Show Gist options
  • Save Natgho/56d942dee21868e09d6f767d31fded82 to your computer and use it in GitHub Desktop.
Save Natgho/56d942dee21868e09d6f767d31fded82 to your computer and use it in GitHub Desktop.
hms-push-kit-data-message-handling
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