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);
 }
 public virtual Task <NSArray> PresentTextInputControllerAsync(global::System.Func <NSString, NSArray> suggestionsHandler, WKTextInputMode inputMode)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
 public virtual Task <NSArray> PresentTextInputControllerAsync(string[] suggestions, WKTextInputMode inputMode)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
 public virtual void PresentTextInputController(string[] suggestions, WKTextInputMode inputMode, global::System.Action <NSArray> completion)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Beispiel #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");
 }
Beispiel #6
0
 public virtual Task <NSArray> PresentTextInputControllerAsync(string[] suggestions, WKTextInputMode inputMode)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
Beispiel #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");
 }