Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 4, 2024 17:09
Show Gist options
  • Save vs-mobiletools-engineering-service2/5c8ef9d78b231e10b3af9135cb772692 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/5c8ef9d78b231e10b3af9135cb772692 to your computer and use it in GitHub Desktop.
stable-api-comparison/diff/Microsoft.iOS.md

API diff: Microsoft.iOS.dll

Microsoft.iOS.dll

Namespace PassKit

Type Changed: PassKit.PKPayLaterView

Added methods:

public static void ValidateAmount (Foundation.NSDecimalNumber amount, string currencyCode, PKPayLaterViewValidateAmountCallback callback);
public static void ValidateAmount (System.Decimal amount, string currencyCode, PKPayLaterViewValidateAmountCallback callback);

New Type: PassKit.PKPayLaterViewValidateAmountCallback

public sealed delegate PKPayLaterViewValidateAmountCallback : System.MulticastDelegate {
	// constructors
	public PKPayLaterViewValidateAmountCallback (object object, IntPtr method);
	// methods
	public virtual System.IAsyncResult BeginInvoke (bool eligible, System.AsyncCallback callback, object object);
	public virtual void EndInvoke (System.IAsyncResult result);
	public virtual void Invoke (bool eligible);
}

Namespace UIKit

Type Changed: UIKit.UISegmentedControl

Added methods:

public virtual Foundation.NSDictionary GetWeakTitleTextAttributes (UIControlState state);
public virtual void SetTitleTextAttributes (Foundation.NSDictionary attributes, UIControlState state);

Type Changed: UIKit.UISegmentedControl.UISegmentedControlAppearance

Added methods:

public virtual Foundation.NSDictionary GetWeakTitleTextAttributes (UIControlState state);
public virtual void SetTitleTextAttributes (Foundation.NSDictionary attributes, UIControlState state);

Namespace Vision

Type Changed: Vision.VNUtils

Added property:

public static double VisionVersionNumber { get; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment