Ejemplo n.º 1
0
 public virtual void PresentTextInputController(global::System.Func <NSString, NSArray> suggestionsHandler, WKTextInputMode inputMode, [BlockProxy(typeof(ObjCRuntime.Trampolines.NIDActionArity1V208))] global::System.Action <NSArray> completion)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Ejemplo n.º 2
0
 public virtual Task <NSArray> PresentTextInputControllerAsync(global::System.Func <NSString, NSArray> suggestionsHandler, WKTextInputMode inputMode)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Ejemplo n.º 3
0
 public virtual Task <NSArray> PresentTextInputControllerAsync(string[] suggestions, WKTextInputMode inputMode)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Ejemplo n.º 4
0
 public virtual void PresentTextInputController(string[] suggestions, WKTextInputMode inputMode, global::System.Action <NSArray> completion)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Ejemplo n.º 5
0
 public virtual Task <NSArray> PresentTextInputControllerAsync(global::System.Func <NSString, NSArray> suggestionsHandler, WKTextInputMode inputMode)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
Ejemplo n.º 6
0
 public virtual Task <NSArray> PresentTextInputControllerAsync(string[] suggestions, WKTextInputMode inputMode)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
Ejemplo n.º 7
0
 public virtual void PresentTextInputController(string[] suggestions, WKTextInputMode inputMode, global::System.Action <NSArray> completion)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }