Skip to content

Commit

Permalink
remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
sleushunou committed Mar 25, 2024
1 parent c3fc30c commit 612521c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ public interface INotificationsSettingsProvider
/// </summary>
string DefaultChannelId { get; }

/// <summary>
/// Gets key for saving boolean value to the Activity intent.
/// This value will indicate, if the app was started from Push Notification or not.
/// </summary>
string LaunchedFromPushNotificationKey { get; }

/// <summary>
/// Obtains a dictionary of notification channels where the key is channel id and the value is channel name.
/// </summary>
Expand Down

0 comments on commit 612521c

Please sign in to comment.