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
Alexey Bukhtin edited this page May 20, 2019
·
3 revisions
letnotificationFeed=Client.shared.flatFeed(feedSlug:"notification")varsubscription= notificationFeed?.subscribe(typeOf:Activity.self){ result in /* ... */ }
// Keep `subscription` object until you need realtime updates and then to unsubscribe set it to nil:
subscription =nil