|
21 | 21 | <header class="header">
|
22 | 22 | <p class="header-col header-col--primary">
|
23 | 23 | <a class="header-link" href="index.html">
|
24 |
| - Parse 2.7.3 Docs |
| 24 | + Parse 3.0.0 Docs |
25 | 25 | </a>
|
26 |
| - (93% documented) |
| 26 | + (94% documented) |
27 | 27 | </p>
|
28 | 28 |
|
29 |
| - <p class="header-col--secondary"> |
| 29 | + <div class="header-col--secondary"> |
30 | 30 | <form role="search" action="search.json">
|
31 | 31 | <input type="text" placeholder="Search documentation" data-typeahead>
|
32 | 32 | </form>
|
33 |
| - </p> |
| 33 | + </div> |
34 | 34 |
|
35 | 35 | <p class="header-col header-col--secondary">
|
36 | 36 | <a class="header-link" href="https://github.com/parse-community/Parse-SDK-iOS-OSX">
|
37 |
| - <img class="header-icon" src="img/gh.png"/> |
| 37 | + <img class="header-icon" src="img/gh.png" alt="GitHub"/> |
38 | 38 | View on GitHub
|
39 | 39 | </a>
|
40 | 40 | </p>
|
41 | 41 |
|
42 | 42 | <p class="header-col header-col--secondary">
|
43 | 43 | <a class="header-link" href="dash-feed://http%3A%2F%2Fparseplatform.org%2FParse-SDK-iOS-OSX%2Fapi%2Fdocsets%2FParse.xml">
|
44 |
| - <img class="header-icon" src="img/dash.png"/> |
| 44 | + <img class="header-icon" src="img/dash.png" alt="Dash"/> |
45 | 45 | Install in Dash
|
46 | 46 | </a>
|
47 | 47 | </p>
|
48 | 48 | </header>
|
49 | 49 |
|
50 | 50 | <p class="breadcrumbs">
|
51 | 51 | <a class="breadcrumb" href="index.html">Parse Reference</a>
|
52 |
| - <img class="carat" src="img/carat.png" /> |
| 52 | + <img class="carat" src="img/carat.png" alt=""/> |
53 | 53 | Classes Reference
|
54 | 54 | </p>
|
55 | 55 |
|
@@ -330,10 +330,10 @@ <h4>Declaration</h4>
|
330 | 330 | Data associated with the anonymous user is retained.</li>
|
331 | 331 | <li>logIn switches users without converting the anonymous user.
|
332 | 332 | Data associated with the anonymous user will be lost.</li>
|
333 |
| -<li>Service logIn (e.g. Facebook, Twitter) will attempt to convert |
| 333 | +<li>Authentication service logIn will attempt to convert |
334 | 334 | the anonymous user into a standard user by linking it to the service.
|
335 | 335 | If a user already exists that is linked to the service, it will instead switch to the existing user.</li>
|
336 |
| -<li>Service linking (e.g. Facebook, Twitter) will convert the anonymous user |
| 336 | +<li>Authentication service linking will convert the anonymous user |
337 | 337 | into a standard user by linking it to the service.</li>
|
338 | 338 | </ul>
|
339 | 339 |
|
@@ -495,7 +495,7 @@ <h4>Declaration</h4>
|
495 | 495 | <a name="//apple_ref/objc/Section/Encoders" class="dashAnchor"></a>
|
496 | 496 | <div class="section-name-container">
|
497 | 497 | <a class="section-name-link" href="#/Encoders"></a>
|
498 |
| - <h3 class="section-name"><p>Encoders</p> |
| 498 | + <h3 class="section-name"><span>Encoders</span> |
499 | 499 | </h3>
|
500 | 500 | </div>
|
501 | 501 | </div>
|
@@ -777,7 +777,7 @@ <h4>Declaration</h4>
|
777 | 777 | <div class="pointer"></div>
|
778 | 778 | <div class="abstract">
|
779 | 779 | <p><code>PFGeoPoint</code> may be used to embed a latitude / longitude point as the value for a key in a <code><a href="Classes/PFObject.html">PFObject</a></code>.
|
780 |
| -It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html#/c:objc(cs)PFQuery(im)whereKey:nearGeoPoint:">PFQuery.-whereKey:nearGeoPoint:</a></code>.</p> |
| 780 | +It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html">PFQuery.</a></code>.</p> |
781 | 781 |
|
782 | 782 | <p>Currently, instances of <code><a href="Classes/PFObject.html">PFObject</a></code> may only have one key associated with a <code>PFGeoPoint</code> type.</p>
|
783 | 783 |
|
@@ -896,7 +896,7 @@ <h4>Declaration</h4>
|
896 | 896 | <div class="pointer"></div>
|
897 | 897 | <div class="abstract">
|
898 | 898 | <p><code>PFPolygon</code> may be used to embed a latitude / longitude points as the value for a key in a <code><a href="Classes/PFObject.html">PFObject</a></code>.
|
899 |
| -It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html#/c:objc(cs)PFQuery(im)whereKey:polygonContains:">PFQuery.-whereKey:polygonContains:</a></code>.</p> |
| 899 | +It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html">PFQuery.</a></code>.</p> |
900 | 900 |
|
901 | 901 | <a href="Classes/PFPolygon.html" class="slightly-smaller">See more</a>
|
902 | 902 | </div>
|
@@ -1111,9 +1111,6 @@ <h4>Declaration</h4>
|
1111 | 1111 | This class is a subclass of a <code><a href="Classes/PFObject.html">PFObject</a></code>, and retains the same functionality of a <code><a href="Classes/PFObject.html">PFObject</a></code>,
|
1112 | 1112 | but also extends it with various user specific methods, like authentication, signing up, and validation uniqueness.</p>
|
1113 | 1113 |
|
1114 |
| -<p>Many APIs responsible for linking a <code>PFUser</code> with Facebook or Twitter have been deprecated in favor of dedicated |
1115 |
| -utilities for each social network. See <code>PFFacebookUtils</code>, <code>PFTwitterUtils</code> and <code><a href="Classes/PFAnonymousUtils.html">PFAnonymousUtils</a></code> for more information.</p> |
1116 |
| - |
1117 | 1114 | <a href="Classes/PFUser.html" class="slightly-smaller">See more</a>
|
1118 | 1115 | </div>
|
1119 | 1116 | <div class="declaration">
|
@@ -1211,9 +1208,8 @@ <h4>Declaration</h4>
|
1211 | 1208 | </article>
|
1212 | 1209 | </div>
|
1213 | 1210 | <section class="footer">
|
1214 |
| - <p>© 2023 <a class="link" href="http://parseplatform.org" target="_blank" rel="external">Parse Community</a>. All rights reserved. (Last updated: 2023-10-06)</p> |
1215 |
| - <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p> |
| 1211 | + <p>© 2024 <a class="link" href="http://parseplatform.org" target="_blank" rel="external noopener">Parse Community</a>. All rights reserved. (Last updated: 2024-04-08)</p> |
| 1212 | + <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p> |
1216 | 1213 | </section>
|
1217 | 1214 | </body>
|
1218 |
| -</div> |
1219 | 1215 | </html>
|
0 commit comments