|
85 | 85 | <Parameter Name="stabilityRequirementMs" Type="System.Int32" /> |
86 | 86 | </Parameters> |
87 | 87 | <Docs> |
88 | | - <param name="minAlpha">The min alpha the Window is required to |
89 | | - have to be considered inside the |
90 | | - threshold.</param> |
91 | | - <param name="minFractionRendered">The min fraction of the Window that was presented |
92 | | - to the user to be considered |
93 | | - inside the threshold.</param> |
94 | | - <param name="stabilityRequirementMs">The time in milliseconds required for the |
95 | | - Window to be in the threshold.</param> |
| 88 | + <param name="minAlpha">The minimum alpha the Window must have to be considered inside the |
| 89 | + threshold. Must be greater than 0.0 and no greater than 1.0.</param> |
| 90 | + <param name="minFractionRendered">The minimum fraction of the Window presented to the |
| 91 | + user to be considered inside the threshold. Must be greater than 0.0 and no greater |
| 92 | + than 1.0.</param> |
| 93 | + <param name="stabilityRequirementMs">The time in milliseconds required for the Window to |
| 94 | + be in the threshold. Must be at least 1 millisecond; zero or negative values cause |
| 95 | + this constructor to throw <c>IllegalArgumentException</c>.</param> |
96 | 96 | <summary>Creates a new TrustedPresentationThresholds.</summary> |
97 | 97 | <remarks> |
98 | 98 | <para>Creates a new TrustedPresentationThresholds.</para> |
|
166 | 166 | </ReturnValue> |
167 | 167 | <Parameters /> |
168 | 168 | <Docs> |
169 | | - <summary>To be added.</summary> |
170 | | - <returns>To be added.</returns> |
171 | | - <remarks>To be added.</remarks> |
| 169 | + <summary>Describes the special objects in this threshold object's marshaled representation.</summary> |
| 170 | + <returns>A bitmask of special object types in the marshaled representation.</returns> |
| 171 | + <remarks>The bitmask indicates whether the parcel representation contains special objects such as file descriptors.</remarks> |
172 | 172 | </Docs> |
173 | 173 | </Member> |
174 | 174 | <Member MemberName="JniPeerMembers"> |
|
229 | 229 | <Docs> |
230 | 230 | <summary>The min alpha the Window is required to have to be considered inside the |
231 | 231 | threshold.</summary> |
232 | | - <value>To be added.</value> |
| 232 | + <value>A value greater than 0.0 and no greater than 1.0.</value> |
233 | 233 | <remarks> |
234 | 234 | <para>The min alpha the Window is required to have to be considered inside the |
235 | 235 | threshold.</para> |
|
272 | 272 | <Docs> |
273 | 273 | <summary>The min fraction of the Window that was presented to the user to be considered |
274 | 274 | inside the threshold.</summary> |
275 | | - <value>To be added.</value> |
| 275 | + <value>A value greater than 0.0 and no greater than 1.0.</value> |
276 | 276 | <remarks> |
277 | 277 | <para>The min fraction of the Window that was presented to the user to be considered |
278 | 278 | inside the threshold.</para> |
|
314 | 314 | </ReturnValue> |
315 | 315 | <Docs> |
316 | 316 | <summary>The time in milliseconds required for the Window to be in the threshold.</summary> |
317 | | - <value>To be added.</value> |
| 317 | + <value>A value of at least 1 millisecond.</value> |
318 | 318 | <remarks> |
319 | 319 | <para>The time in milliseconds required for the Window to be in the threshold.</para> |
320 | 320 | <para> |
|
426 | 426 | </Parameter> |
427 | 427 | </Parameters> |
428 | 428 | <Docs> |
429 | | - <param name="dest">To be added.</param> |
430 | | - <param name="flags">To be added.</param> |
431 | | - <summary>To be added.</summary> |
432 | | - <remarks>To be added.</remarks> |
| 429 | + <param name="dest">The parcel that receives the threshold values.</param> |
| 430 | + <param name="flags">Additional flags describing how the threshold values are written.</param> |
| 431 | + <summary>Flattens these threshold values into a parcel.</summary> |
| 432 | + <remarks>The parcel representation can be used to transfer threshold values across process boundaries.</remarks> |
433 | 433 | </Docs> |
434 | 434 | </Member> |
435 | 435 | </Members> |
|
0 commit comments