Untitled
unknown
swift
2 years ago
484 B
4
Indexable
import UserNotifications import NetmeraNotificationServiceExtension class NotificationService : NetmeraNotificationServiceExtension { override func didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (_ contentToDeliver: UNNotificationContent) -> Void) { super.didReceive(request, withContentHandler: contentHandler) } override func serviceExtensionTimeWillExpire() { super.serviceExtensionTimeWillExpire() } }
Editor is loading...