Пример #1
0
 public static void SetIsAccessibilityElement(this WKInterfaceObject This, bool isAccessibilityElement)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
Пример #2
0
 public static void SetAccessibilityTraits(this WKInterfaceObject This, global::UIKit.UIAccessibilityTrait accessibilityTraits)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
Пример #3
0
 public static void SetAccessibilityValue(this WKInterfaceObject This, string accessibilityValue)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
Пример #4
0
 public static void SetAccessibilityImageRegions(this WKInterfaceObject This, WKAccessibilityImageRegion[] accessibilityImageRegions)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
Пример #5
0
 public static void SetIsAccessibilityElement(this WKInterfaceObject This, bool isAccessibilityElement)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Пример #6
0
 public static void SetAccessibilityValue(this WKInterfaceObject This, string accessibilityValue)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Пример #7
0
 public static void SetAccessibilityTraits(this WKInterfaceObject This, global::UIKit.UIAccessibilityTrait accessibilityTraits)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Пример #8
0
 public static void SetAccessibilityImageRegions(this WKInterfaceObject This, WKAccessibilityImageRegion[] accessibilityImageRegions)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }