Example #1
0
        public async Task <NotificationsListener> Subscribe(string appId, string type, string id)
        {
            string channelName = $"{appId}/{type}/{id}";

            return(new NotificationsListener(await _messagingApi.GetChannel(channelName)));
        }