Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created July 20, 2022 13:59
Show Gist options
  • Save vs-mobiletools-engineering-service2/b426397b433e6c07a5eb327d2be8d5eb to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/b426397b433e6c07a5eb327d2be8d5eb to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.tvOS.Ref/ref/net6.0/Microsoft.tvOS.md

API diff: Microsoft.tvOS.dll

Microsoft.tvOS.dll

Namespace UserNotifications

Type Changed: UserNotifications.UNErrorCode

Added value:

BadgeInputInvalid = 1600,

Type Changed: UserNotifications.UNMutableNotificationContent

Added property:

public virtual string FilterCriteria { get; set; }

Type Changed: UserNotifications.UNUserNotificationCenter

Added methods:

public virtual void SetBadgeCount (nint newBadgeCount, System.Action<Foundation.NSError> completionHandler);
public virtual System.Threading.Tasks.Task SetBadgeCountAsync (nint newBadgeCount);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment