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