[SafariServices] Update bindings to Xcode 11.4 Beta 1 (#7886)

This commit is contained in:
Alex Soto 2020-02-13 14:41:46 -05:00 коммит произвёл GitHub
Родитель 86000d0c3b
Коммит f40be0e14f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -27,7 +27,7 @@ namespace SafariServices {
[NoMac]
[iOS (9,0)]
[Deprecated (PlatformName.iOS, 10,0, message: "Use 'SFErrorCode' enum.")]
[Unavailable (PlatformName.MacCatalyst)][Advice ("This API is not available when using UIKit on macOS.")]
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[Native]
[ErrorDomain ("SFContentBlockerErrorDomain")]
public enum SFContentBlockerErrorCode : long {

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

@ -23,7 +23,7 @@ namespace SafariServices {
delegate void SFExtensionValidationHandler (bool shouldHide, NSString text);
[Mac (10,12)][iOS (10,0)]
[Unavailable (PlatformName.MacCatalyst)][Advice ("This API is not available when using UIKit on macOS.")]
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[BaseType (typeof(NSObject))]
interface SFContentBlockerState
{
@ -32,7 +32,7 @@ namespace SafariServices {
}
[iOS (9,0)][Mac (10,12)]
[Unavailable (PlatformName.MacCatalyst)][Advice ("This API is not available when using UIKit on macOS.")]
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[BaseType (typeof (NSObject))]
interface SFContentBlockerManager {
[Async]
@ -47,7 +47,7 @@ namespace SafariServices {
#if !MONOMAC
[iOS (7,0)]
[Unavailable (PlatformName.MacCatalyst)][Advice ("This API is not available when using UIKit on macOS.")]
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[BaseType (typeof (NSObject))]
[DisableDefaultCtor] // NSGenericException Misuse of SSReadingList interface. Use class method defaultReadingList.
partial interface SSReadingList {