Skip to content

Commit 12400b6

Browse files
remove duplicated values on definitions
1 parent 701efe4 commit 12400b6

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

local-notifications/src/definitions.ts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)