Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
WatchKit: iOS 11 parameter drive
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Norman committed Jan 22, 2018
1 parent 9548176 commit c89e898
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions en/MonoTouch.WatchKit/WKInterfaceController.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1272,11 +1272,11 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
</Parameters>
<Docs>
<param name="suggestionsHandler">
<para>To be added.</para>
<para>A handler that returns suggestion strings for specific locales.</para>
<para tool="nullallowed">This parameter can be <see langword="null" />.</para>
</param>
<param name="inputMode">To be added.</param>
<param name="completion">To be added.</param>
<param name="inputMode">A value that controls whether and what kind of emoji may be input.</param>
<param name="completion">A handler to run after the controller is dismissed.</param>
<summary>Presents a modal text input interface to the user, and runs a handler when the operation completes.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -1316,11 +1316,11 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
</Parameters>
<Docs>
<param name="suggestions">
<para>To be added.</para>
<para>An array of suggested text strings.</para>
<para tool="nullallowed">This parameter can be <see langword="null" />.</para>
</param>
<param name="inputMode">To be added.</param>
<param name="completion">To be added.</param>
<param name="inputMode">A value that controls whether and what kind of emoji may be input.</param>
<param name="completion">A handler to run after the controller is dismissed.</param>
<summary>Presents a modal text input interface to the user, and runs a handler when the operation completes.</summary>
<remarks>
<para>(More documentation for this node is coming)</para>
Expand Down Expand Up @@ -1355,8 +1355,11 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
<Parameter Name="inputMode" Type="MonoTouch.WatchKit.WKTextInputMode" />
</Parameters>
<Docs>
<param name="suggestionsHandler">To be added. This parameter can be <see langwor="null" />.</param>
<param name="inputMode">To be added.</param>
<param name="suggestionsHandler">
<para>A handler that returns suggestion strings for specific locales.</para>
<para tool="nullallowed">This parameter can be <see langword="null" />.</para>
</param>
<param name="inputMode">A value that controls whether and what kind of emoji may be input.</param>
<summary>Presents a modal text input interface to the user, and runs a handler when the operation completes.</summary>
<returns>
<para class="improve-task-t-return-type-description">A task that represents the asynchronous PresentTextInputController operation. The value of the TResult parameter is of type MonoTouch.Foundation.NSArray.</para>
Expand Down Expand Up @@ -1388,8 +1391,11 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
<Parameter Name="inputMode" Type="MonoTouch.WatchKit.WKTextInputMode" />
</Parameters>
<Docs>
<param name="suggestions">To be added. This parameter can be <see langwor="null" />.</param>
<param name="inputMode">To be added.</param>
<param name="suggestions">
<para>An array of suggested text strings.</para>
<para tool="nullallowed">This parameter can be <see langword="null" />.</para>
</param>
<param name="inputMode">A value that controls whether and what kind of emoji may be input.</param>
<summary>Presents a modal text input interface to the user, and runs a handler when the operation completes.</summary>
<returns>
<para class="improve-task-t-return-type-description">A task that represents the asynchronous PresentTextInputController operation. The value of the TResult parameter is of type MonoTouch.Foundation.NSArray.</para>
Expand Down

0 comments on commit c89e898

Please sign in to comment.