Home
last modified time | relevance | path

Searched refs:bestAttemptContent (Results 1 – 1 of 1) sorted by relevance

/expo/ios/ExpoNotificationServiceExtension/
H A DNotificationService.swift16 if let bestAttemptContent = request.content.mutableCopy() as? UNMutableNotificationContent { variable
19bestAttemptContent.categoryIdentifier = EXScopedNotificationsUtils.scopedIdentifier(fromId: reques…
21 contentHandler(bestAttemptContent)