[tvos][storekit] Adjust StoreKit beta 1 bindings for tvOS (#1646)

This commit is contained in:
Sebastien Pouliot 2017-02-07 08:26:09 -05:00
Родитель b15d2e256b
Коммит 53645cc336
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -464,7 +464,7 @@ namespace XamCore.StoreKit {
[Export ("requestCapabilitiesWithCompletionHandler:")]
void RequestCapabilities (Action<SKCloudServiceCapability, NSError> completionHandler);
[iOS (10,3), NoTV]
[iOS (10,3), TV (10,2)]
[Async]
[Export ("requestPersonalizationTokenForClientToken:withCompletionHandler:")]
void RequestPersonalizationToken (string clientToken, Action<NSString, NSError> completionHandler);

Просмотреть файл

@ -291,6 +291,8 @@
!missing-field! SKCloudServiceSetupActionSubscribe not bound
!missing-field! SKCloudServiceSetupOptionsActionKey not bound
!missing-field! SKCloudServiceSetupOptionsITunesItemIdentifierKey not bound
!missing-field! SKCloudServiceSetupOptionsAffiliateTokenKey not bound
!missing-field! SKCloudServiceSetupOptionsCampaignTokenKey not bound
!missing-protocol! SKCloudServiceSetupViewControllerDelegate not bound