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