Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 20, 2023 18:30
Show Gist options
  • Save vs-mobiletools-engineering-service2/6b9c7cf3552891946588deb4b6b6e0ba to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/6b9c7cf3552891946588deb4b6b6e0ba to your computer and use it in GitHub Desktop.
previous-api-comparison/watchos-api-diff.md
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.WatchOS SDK API diff
List of API changes for Xamarin.WatchOS.
spouliot
sepoulio
10/20/2023
article
289956a5-831b-6f5b-d311-9cb0809a0070
xamarin

Xamarin.WatchOS SDK API diff

Namespace PassKit

Type Changed: PassKit.PKMerchantCapability

Added value:

InstantFundsOut = 128,

Type Changed: PassKit.PKPaymentNetwork

Added properties:

public static Foundation.NSString PagoBancomat { get; }
public static Foundation.NSString Tmoney { get; }

Type Changed: PassKit.PKPaymentRequest

Added property:

public virtual PKApplePayLaterAvailability ApplePayLaterAvailability { get; set; }

New Type: PassKit.PKApplePayLaterAvailability

[Serializable]
public enum PKApplePayLaterAvailability {
	Available = 0,
	UnavailableItemIneligible = 1,
	UnavailableRecurringTransaction = 2,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment