Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 23, 2022 11:14
Show Gist options
  • Save vs-mobiletools-engineering-service2/56851ab6d370b5244e5a54dc27782732 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/56851ab6d370b5244e5a54dc27782732 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.iOS.Ref/ref/net6.0/Microsoft.iOS.md

API diff: Microsoft.iOS.dll

Microsoft.iOS.dll

Namespace PushToTalk

Type Changed: PushToTalk.PTChannelManagerDelegate

Removed method:

public virtual void failedToStopTransmittingInChannel (PTChannelManager channelManager, Foundation.NSUuid channelUuid, Foundation.NSError error);

Added method:

public virtual void FailedToStopTransmittingInChannel (PTChannelManager channelManager, Foundation.NSUuid channelUuid, Foundation.NSError error);

Type Changed: PushToTalk.PTChannelManagerDelegate_Extensions

Removed method:

public static void failedToStopTransmittingInChannel (this IPTChannelManagerDelegate This, PTChannelManager channelManager, Foundation.NSUuid channelUuid, Foundation.NSError error);

Added method:

public static void FailedToStopTransmittingInChannel (this IPTChannelManagerDelegate This, PTChannelManager channelManager, Foundation.NSUuid channelUuid, Foundation.NSError error);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment