From 612521ce63447cd74bd9430038447258143cfe5a Mon Sep 17 00:00:00 2001 From: "s.leushunou" Date: Mon, 25 Mar 2024 14:15:47 +0100 Subject: [PATCH] remove unused property --- .../Abstract/INotificationsSettingsProvider.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Softeq.XToolkit.PushNotifications.Droid/Abstract/INotificationsSettingsProvider.cs b/Softeq.XToolkit.PushNotifications.Droid/Abstract/INotificationsSettingsProvider.cs index c94f373d..981f9558 100644 --- a/Softeq.XToolkit.PushNotifications.Droid/Abstract/INotificationsSettingsProvider.cs +++ b/Softeq.XToolkit.PushNotifications.Droid/Abstract/INotificationsSettingsProvider.cs @@ -15,12 +15,6 @@ public interface INotificationsSettingsProvider /// string DefaultChannelId { get; } - /// - /// Gets key for saving boolean value to the Activity intent. - /// This value will indicate, if the app was started from Push Notification or not. - /// - string LaunchedFromPushNotificationKey { get; } - /// /// Obtains a dictionary of notification channels where the key is channel id and the value is channel name. ///