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. ///