Open ggendre opened 5 years ago
Avant :
{ type : "plugin", name : this.name, action : "subscribe", channel : "hop", callback : "callback_id" }
{ type : "plugin", name : this.name, action : "unsubscribe", channel : "hop" }
{ type : "plugin", name : this.name, action : "publish", channel : "hop", message : {...}}
Après :
{ type : "pubsub", action : "subscribe", channel : "hop", callback : "callback_id" }
{ type : "pubsub", action : "unsubscribe", channel : "hop" }
{ type : "pubsub", action : "publish", channel : "hop", message : {...}}
Done for iOS & Android, updated Catalogs accordingly. Also moved OnAppStarted/Foreground/Background on native side
CobaltActivity.java
CobaltFragment.java
CobaltWebLayerFragment.java