Commit 05d33533 authored by Libin Lu's avatar Libin Lu

update example

parent 903cefec
...@@ -51,7 +51,6 @@ export function registerAppListener(){ ...@@ -51,7 +51,6 @@ export function registerAppListener(){
FCM.on(FCMEvent.RefreshToken, token => { FCM.on(FCMEvent.RefreshToken, token => {
console.log("TOKEN (refreshUnsubscribe)", token); console.log("TOKEN (refreshUnsubscribe)", token);
this.props.onChangeToken(token);
}); });
FCM.enableDirectChannel(); FCM.enableDirectChannel();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment