Skip to content

Commit

Permalink
deploy: 872337a
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 8, 2024
1 parent 928c0fc commit 53542bd
Show file tree
Hide file tree
Showing 81 changed files with 1,743 additions and 2,048 deletions.
32 changes: 14 additions & 18 deletions api/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Parse 2.7.3 Docs
Parse 3.0.0 Docs
</a>
(93% documented)
(94% documented)
</p>

<p class="header-col--secondary">
<div class="header-col--secondary">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>

<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/parse-community/Parse-SDK-iOS-OSX">
<img class="header-icon" src="img/gh.png"/>
<img class="header-icon" src="img/gh.png" alt="GitHub"/>
View on GitHub
</a>
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://http%3A%2F%2Fparseplatform.org%2FParse-SDK-iOS-OSX%2Fapi%2Fdocsets%2FParse.xml">
<img class="header-icon" src="img/dash.png"/>
<img class="header-icon" src="img/dash.png" alt="Dash"/>
Install in Dash
</a>
</p>
</header>

<p class="breadcrumbs">
<a class="breadcrumb" href="index.html">Parse Reference</a>
<img class="carat" src="img/carat.png" />
<img class="carat" src="img/carat.png" alt=""/>
Classes Reference
</p>

Expand Down Expand Up @@ -330,10 +330,10 @@ <h4>Declaration</h4>
Data associated with the anonymous user is retained.</li>
<li>logIn switches users without converting the anonymous user.
Data associated with the anonymous user will be lost.</li>
<li>Service logIn (e.g. Facebook, Twitter) will attempt to convert
<li>Authentication service logIn will attempt to convert
the anonymous user into a standard user by linking it to the service.
If a user already exists that is linked to the service, it will instead switch to the existing user.</li>
<li>Service linking (e.g. Facebook, Twitter) will convert the anonymous user
<li>Authentication service linking will convert the anonymous user
into a standard user by linking it to the service.</li>
</ul>

Expand Down Expand Up @@ -495,7 +495,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/objc/Section/Encoders" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Encoders"></a>
<h3 class="section-name"><p>Encoders</p>
<h3 class="section-name"><span>Encoders</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -777,7 +777,7 @@ <h4>Declaration</h4>
<div class="pointer"></div>
<div class="abstract">
<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>.
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>
It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html">PFQuery.</a></code>.</p>

<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>

Expand Down Expand Up @@ -896,7 +896,7 @@ <h4>Declaration</h4>
<div class="pointer"></div>
<div class="abstract">
<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>.
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>
It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html">PFQuery.</a></code>.</p>

<a href="Classes/PFPolygon.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -1111,9 +1111,6 @@ <h4>Declaration</h4>
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>,
but also extends it with various user specific methods, like authentication, signing up, and validation uniqueness.</p>

<p>Many APIs responsible for linking a <code>PFUser</code> with Facebook or Twitter have been deprecated in favor of dedicated
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>

<a href="Classes/PFUser.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
Expand Down Expand Up @@ -1211,9 +1208,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2023 <a class="link" href="http://parseplatform.org" target="_blank" rel="external">Parse Community</a>. All rights reserved. (Last updated: 2023-10-06)</p>
<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>
<p>&copy; 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>
<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>
</section>
</body>
</div>
</html>
29 changes: 14 additions & 15 deletions api/Classes/PFACL.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 2.7.3 Docs
Parse 3.0.0 Docs
</a>
(93% documented)
(94% documented)
</p>

<p class="header-col--secondary">
<div class="header-col--secondary">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>

<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/parse-community/Parse-SDK-iOS-OSX">
<img class="header-icon" src="../img/gh.png"/>
<img class="header-icon" src="../img/gh.png" alt="GitHub"/>
View on GitHub
</a>
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://http%3A%2F%2Fparseplatform.org%2FParse-SDK-iOS-OSX%2Fapi%2Fdocsets%2FParse.xml">
<img class="header-icon" src="../img/dash.png"/>
<img class="header-icon" src="../img/dash.png" alt="Dash"/>
Install in Dash
</a>
</p>
</header>

<p class="breadcrumbs">
<a class="breadcrumb" href="../index.html">Parse Reference</a>
<img class="carat" src="../img/carat.png" />
<img class="carat" src="../img/carat.png" alt=""/>
PFACL Class Reference
</p>

Expand Down Expand Up @@ -251,7 +251,7 @@ <h1>PFACL</h1>
<a name="//apple_ref/objc/Section/Creating an ACL" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Creating%20an%20ACL"></a>
<h3 class="section-name"><p>Creating an ACL</p>
<h3 class="section-name"><span>Creating an ACL</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -346,7 +346,7 @@ <h4>Parameters</h4>
<a name="//apple_ref/objc/Section/Controlling Public Access" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Controlling%20Public%20Access"></a>
<h3 class="section-name"><p>Controlling Public Access</p>
<h3 class="section-name"><span>Controlling Public Access</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -425,7 +425,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/objc/Section/Controlling Access Per-User" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Controlling%20Access%20Per-User"></a>
<h3 class="section-name"><p>Controlling Access Per-User</p>
<h3 class="section-name"><span>Controlling Access Per-User</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -918,7 +918,7 @@ <h4>Return Value</h4>
<a name="//apple_ref/objc/Section/Controlling Access Per-Role" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Controlling%20Access%20Per-Role"></a>
<h3 class="section-name"><p>Controlling Access Per-Role</p>
<h3 class="section-name"><span>Controlling Access Per-Role</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -1419,7 +1419,7 @@ <h4>Parameters</h4>
<a name="//apple_ref/objc/Section/Setting Access Defaults" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Setting%20Access%20Defaults"></a>
<h3 class="section-name"><p>Setting Access Defaults</p>
<h3 class="section-name"><span>Setting Access Defaults</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -1504,9 +1504,8 @@ <h4>Parameters</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2023 <a class="link" href="http://parseplatform.org" target="_blank" rel="external">Parse Community</a>. All rights reserved. (Last updated: 2023-10-06)</p>
<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>
<p>&copy; 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>
<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>
</section>
</body>
</div>
</html>
Loading

0 comments on commit 53542bd

Please sign in to comment.