Skip to content

Commit

Permalink
comment pointing to docs for comms notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Dec 19, 2023
1 parent a7ca53f commit f734310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/NotificationServiceExtension/NotificationService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class NotificationService: UANotificationServiceExtension {
}
}

/**
* Parses the notification content and modifies it to be a Communication Notification. More info here: https://developer.apple.com/documentation/usernotifications/implementing_communication_notifications
*/
@available(iOSApplicationExtension 15.0, *)
func configureCommunicationNotification(notificationContent: UNMutableNotificationContent, contentHandler: @escaping (UNNotificationContent) -> Void) {
var notificationData: NotificationData
Expand Down

0 comments on commit f734310

Please sign in to comment.