Пример #1
0
        public async Task <bool> UnRegister(PushUri pushUri)
        {
            await _notificationProvider.UnRegisterPushByUserDeviceId(pushUri);

            _pushUriService.DeleteAllPushUrisByPlatformDevice((Platforms)pushUri.PlatformType, pushUri.DeviceId);

            return(true);
        }
Пример #2
0
        public async Task <bool> UnRegister(PushUri pushUri)
        {
            await _notificationProvider.UnRegisterPushByUserDeviceId(pushUri);

            return(true);
        }