void Events_OnDeviceSubscriptionExpired(PushSharp.Common.PlatformType platform, string deviceInfo, PushSharp.Common.Notification notification) { SetResult(CUSTOM_ERROR, notification, new Exception("DeviceSubscriptionExpired - " + deviceInfo)); }
void Events_OnDeviceSubscriptionIdChanged(PushSharp.Common.PlatformType platform, string oldDeviceInfo, string newDeviceInfo, PushSharp.Common.Notification notification) { SetResult(CUSTOM_ERROR, notification, new Exception("DeviceSubscriptionIdChanged - old:" + oldDeviceInfo + " new: " + newDeviceInfo)); }