Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/usernotifications.cs
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,8 @@ interface UNNotificationContent : NSCopying, NSMutableCopying, NSSecureCoding {
[Export ("threadIdentifier")]
string ThreadIdentifier { get; }

/// <summary>Gets the notification descritpion.</summary>
/// <value>The notification descritpion.</value>
/// <remarks>To be added.</remarks>
/// <summary>Gets the notification description.</summary>
/// <value>The notification description.</value>
[Unavailable (PlatformName.TvOS)]
[Export ("title")]
string Title { get; }
Expand Down Expand Up @@ -744,9 +743,8 @@ interface UNMutableNotificationContent {
[Export ("threadIdentifier")]
string ThreadIdentifier { get; set; }

/// <summary>Gets or sets the notification descritpion.</summary>
/// <value>The notification descritpion.</value>
/// <remarks>To be added.</remarks>
/// <summary>Gets or sets the notification description.</summary>
/// <value>The notification description.</value>
[Unavailable (PlatformName.TvOS)]
[Export ("title")]
string Title { get; set; }
Expand Down
Loading