You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/MonoTouch.WebKit/WKContentRuleListStore.xml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -165,9 +165,9 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
165
165
</Parameter>
166
166
</Parameters>
167
167
<Docs>
168
-
<paramname="identifier">To be added.</param>
169
-
<paramname="encodedContentRuleList">To be added.</param>
170
-
<paramname="completionHandler">To be added.</param>
168
+
<paramname="identifier">The identifier for the newly compiled list.</param>
169
+
<paramname="encodedContentRuleList">JSON source to compile.</param>
170
+
<paramname="completionHandler">A handler to run after compilation completes or stops with an error.</param>
171
171
<summary>Compiles the provided list of rules, adds the list to the store with the specified <paramrefname="identifier" />, and runs a handler that receives the content list and any error that is encountered.</summary>
172
172
<remarks>To be added.</remarks>
173
173
</Docs>
@@ -188,8 +188,8 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
<paramname="encodedContentRuleList">To be added.</param>
191
+
<paramname="identifier">The identifier for the newly compiled list.</param>
192
+
<paramname="encodedContentRuleList">JSON source to compile.</param>
193
193
<summary>Compiles the provided list of rules, adds the list to the store with the specified , and runs a handler that receives the content list and any error that is encountered.</summary>
194
194
<returns>
195
195
<paraclass="improve-task-t-return-type-description">A task that represents the asynchronous CompileContentRuleList operation. The value of the TResult parameter is of type MonoTouch.WebKit.WKContentRuleList,MonoTouch.Foundation.NSError.</para>
@@ -239,7 +239,7 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
<paramname="url">The location of a directory that contains compiled rule lists from which to create the new store.</param>
243
243
<summary>Creates and returns a rule list store object from the provided <paramrefname="url" />.</summary>
244
244
<returns>To be added.</returns>
245
245
<remarks>To be added.</remarks>
@@ -271,7 +271,7 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
271
271
</Parameter>
272
272
</Parameters>
273
273
<Docs>
274
-
<paramname="callback">To be added.</param>
274
+
<paramname="callback">A handler to run with the available identifiers.</param>
275
275
<summary>Retrieves the list of identifiers for available content rule lists and passes them to the provided <paramrefname="callback" />.</summary>
276
276
<remarks>To be added.</remarks>
277
277
</Docs>
@@ -326,8 +326,8 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
326
326
</Parameter>
327
327
</Parameters>
328
328
<Docs>
329
-
<paramname="identifier">To be added.</param>
330
-
<paramname="completionHandler">To be added.</param>
329
+
<paramname="identifier">The identifer for the rule list to look up.</param>
330
+
<paramname="completionHandler">A handler to run on the retrieved list.</param>
331
331
<summary>Passes the content rule list that is specified by the provided <paramrefname="identifier" /> to the specified <paramrefname="completionHandler" />.</summary>
332
332
<remarks>To be added.</remarks>
333
333
</Docs>
@@ -347,7 +347,7 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
<paramname="identifier">The identifer for the rule list to look up.</param>
351
351
<summary>Passes the content rule list that is specified by the provided to the specified .</summary>
352
352
<returns>
353
353
<paraclass="improve-task-t-return-type-description">A task that represents the asynchronous LookUpContentRuleList operation. The value of the TResult parameter is of type MonoTouch.WebKit.WKContentRuleList,MonoTouch.Foundation.NSError.</para>
@@ -382,8 +382,8 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
382
382
</Parameter>
383
383
</Parameters>
384
384
<Docs>
385
-
<paramname="identifier">To be added.</param>
386
-
<paramname="completionHandler">To be added.</param>
385
+
<paramname="identifier">The identifier for the list to remove.</param>
386
+
<paramname="completionHandler">An error handler to run after the operation completes.</param>
387
387
<summary>Removes the content rule list that is specified by the provided <paramrefname="identifier" /> and passes it to the specified <paramrefname="completionHandler" />.</summary>
388
388
<remarks>To be added.</remarks>
389
389
</Docs>
@@ -403,7 +403,7 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
<summary>Deletes the specified from the store and runs a completion handler when the operation is complete.</summary>
196
196
<returns>A task that represents the asynchronous DeleteCookie operation</returns>
197
197
<remarks>
@@ -226,7 +226,7 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
226
226
</Parameter>
227
227
</Parameters>
228
228
<Docs>
229
-
<paramname="completionHandler">To be added.</param>
229
+
<paramname="completionHandler">A handler to run with all the cookies.</param>
230
230
<summary>Passes all the cookies to the provided <paramrefname="completionHandler" />.</summary>
231
231
<remarks>To be added.</remarks>
232
232
</Docs>
@@ -244,7 +244,7 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
244
244
</ReturnValue>
245
245
<Parameters />
246
246
<Docs>
247
-
<summary>Passes all the cookies to the provided <paramrefname="completionHandler" />.</summary>
247
+
<summary>Gets all the cookies and returns a task that provides the result.</summary>
248
248
<returns>
249
249
<paraclass="improve-task-t-return-type-description">A task that represents the asynchronous GetAllCookies operation. The value of the TResult parameter is of type MonoTouch.Foundation.NSHttpCookie[].</para>
250
250
</returns>
@@ -271,7 +271,7 @@ public UIView (System.Drawing.RectangleF frame) : base (NSObjectFlag.Empty)
<paratool="nullallowed">This parameter can be <seelangword="null" />.</para>
1610
1610
</param>
1611
-
<paramname="completionHandler">To be added.</param>
1611
+
<paramname="completionHandler">A completion handler that receives the image (or <seelangword="null" /> if an error occurred) and the error (or <seelangword="null" /> if no error occurred).</param>
1612
1612
<summary>Takes a snapshot of the current viewport and runs a handler that takes the resulting image and any error encountered.</summary>
<paramname="snapshotConfiguration">To be added. This parameter can be <seelangwor="null" />.</param>
1637
-
<summary>Takes a snapshot of the current viewport and runs a handler that takes the resulting image and any error encountered.</summary>
1636
+
<paramname="snapshotConfiguration">
1637
+
<para>The snapshot configuration to use.</para>
1638
+
<paratool="nullallowed">This parameter can be <seelangword="null" />.</para>
1639
+
</param>
1640
+
<summary>Takes a snapshot of the current viewport and returns a task that takes the resulting image and any error encountered.</summary>
1638
1641
<returns>
1639
-
<paraclass="improve-task-t-return-type-description">A task that represents the asynchronous TakeSnapshot operation. The value of the TResult parameter is of type MonoTouch.UIKit.UIImage,MonoTouch.Foundation.NSError.</para>
1642
+
<para >A task that receives the resulting image, or <seelangword="null" /> if an error occurred</para>
1640
1643
</returns>
1641
1644
<remarks>
1642
1645
<paracopied="true">The TakeSnapshotAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.</para>
0 commit comments