File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -717,34 +717,6 @@ export interface LocalNotificationSchema {
717717 */
718718 interruptionLevel ?: InterruptionLevel ;
719719
720- /**
721- * The score the system uses to determine if the notification is the
722- * featured notification when the system groups the app's notifications.
723- *
724- * The value must be between 0 and 1, where 0 is the least relevant and
725- * 1 is the most relevant. The default value is 0.
726- *
727- * Sets `relevanceScore` on the
728- * [`UNMutableNotificationContent`](https://developer.apple.com/documentation/usernotifications/unmutablenotificationcontent).
729- *
730- * Only available for iOS.
731- *
732- * @since 8.1.0
733- */
734- relevanceScore ?: number ;
735-
736- /**
737- * The interruption level that indicates the priority and delivery timing of a notification.
738- *
739- * Sets `interruptionLevel` on the
740- * [`UNMutableNotificationContent`](https://developer.apple.com/documentation/usernotifications/unmutablenotificationcontent).
741- *
742- * Only available for iOS.
743- *
744- * @since 8.1.0
745- */
746- interruptionLevel ?: InterruptionLevel ;
747-
748720 /**
749721 * Used to group multiple notifications.
750722 *
You can’t perform that action at this time.
0 commit comments