You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MessagingService.registerReceiver(), return the UUID from IgniteMessaging.remoteListen();
Add a deregisterReceiver() method to MessagingService. This method could merely wrap around IgniteMessaging.stopRemoteListen() by passing through the above UUID.
The text was updated successfully, but these errors were encountered:
In
MessagingService.registerReceiver()
, return the UUID fromIgniteMessaging.remoteListen()
;Add a
deregisterReceiver()
method to MessagingService. This method could merely wrap aroundIgniteMessaging.stopRemoteListen()
by passing through the above UUID.The text was updated successfully, but these errors were encountered: