-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
167 changed files
with
3,723 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
docs/purchases/com.revenuecat.purchases.interfaces/-receive-offerings-listener/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ReceiveOfferingsListener - purchases</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">purchases</a> / <a href="../index.html">com.revenuecat.purchases.interfaces</a> / <a href="./index.html">ReceiveOfferingsListener</a><br/> | ||
<br/> | ||
<h1>ReceiveOfferingsListener</h1> | ||
<code><span class="keyword">interface </span><span class="identifier">ReceiveOfferingsListener</span></code> | ||
<p>Interface to be implemented when making calls to fetch [Offering].</p> | ||
<h3>Functions</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<p><a href="on-error.html">onError</a></p> | ||
</td> | ||
<td> | ||
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">onError</span><span class="symbol">(</span><span class="identifier" id="com.revenuecat.purchases.interfaces.ReceiveOfferingsListener$onError(com.revenuecat.purchases.PurchasesError)/error">error</span><span class="symbol">:</span> <a href="../../com.revenuecat.purchases/-purchases-error/index.html"><span class="identifier">PurchasesError</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> | ||
<p>Will be called after an error fetching offerings</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<p><a href="on-received.html">onReceived</a></p> | ||
</td> | ||
<td> | ||
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">onReceived</span><span class="symbol">(</span><span class="identifier" id="com.revenuecat.purchases.interfaces.ReceiveOfferingsListener$onReceived(com.revenuecat.purchases.Offerings)/offerings">offerings</span><span class="symbol">:</span> <a href="../../com.revenuecat.purchases/-offerings/index.html"><span class="identifier">Offerings</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> | ||
<p>Will be called after a successful fetch of offerings.</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</BODY> | ||
</HTML> |
18 changes: 18 additions & 0 deletions
18
docs/purchases/com.revenuecat.purchases.interfaces/-receive-offerings-listener/on-error.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ReceiveOfferingsListener.onError - purchases</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">purchases</a> / <a href="../index.html">com.revenuecat.purchases.interfaces</a> / <a href="index.html">ReceiveOfferingsListener</a> / <a href="./on-error.html">onError</a><br/> | ||
<br/> | ||
<h1>onError</h1> | ||
<a name="com.revenuecat.purchases.interfaces.ReceiveOfferingsListener$onError(com.revenuecat.purchases.PurchasesError)"></a> | ||
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">onError</span><span class="symbol">(</span><span class="identifier">@NonNull</span> <span class="identifier" id="com.revenuecat.purchases.interfaces.ReceiveOfferingsListener$onError(com.revenuecat.purchases.PurchasesError)/error">error</span><span class="symbol">:</span> <a href="../../com.revenuecat.purchases/-purchases-error/index.html"><span class="identifier">PurchasesError</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> | ||
<p>Will be called after an error fetching offerings</p> | ||
<h3>Parameters</h3> | ||
<p><a name="error"></a> | ||
<code>error</code> - <a href="../../com.revenuecat.purchases/-purchases-error/index.html"><span class="identifier">PurchasesError</span></a><span class="symbol">:</span> A [PurchasesError] containing the reason for the failure when fetching offerings.</p> | ||
</BODY> | ||
</HTML> |
18 changes: 18 additions & 0 deletions
18
...urchases/com.revenuecat.purchases.interfaces/-receive-offerings-listener/on-received.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ReceiveOfferingsListener.onReceived - purchases</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">purchases</a> / <a href="../index.html">com.revenuecat.purchases.interfaces</a> / <a href="index.html">ReceiveOfferingsListener</a> / <a href="./on-received.html">onReceived</a><br/> | ||
<br/> | ||
<h1>onReceived</h1> | ||
<a name="com.revenuecat.purchases.interfaces.ReceiveOfferingsListener$onReceived(com.revenuecat.purchases.Offerings)"></a> | ||
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">onReceived</span><span class="symbol">(</span><span class="identifier">@NonNull</span> <span class="identifier" id="com.revenuecat.purchases.interfaces.ReceiveOfferingsListener$onReceived(com.revenuecat.purchases.Offerings)/offerings">offerings</span><span class="symbol">:</span> <a href="../../com.revenuecat.purchases/-offerings/index.html"><span class="identifier">Offerings</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> | ||
<p>Will be called after a successful fetch of offerings.</p> | ||
<h3>Parameters</h3> | ||
<p><a name="offerings"></a> | ||
<code>offerings</code> - <a href="../../com.revenuecat.purchases/-offerings/index.html"><span class="identifier">Offerings</span></a><span class="symbol">:</span> </p> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
docs/purchases/com.revenuecat.purchases/-build-config/-a-p-p-l-i-c-a-t-i-o-n_-i-d.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>BuildConfig.APPLICATION_ID - purchases</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">purchases</a> / <a href="../index.html">com.revenuecat.purchases</a> / <a href="index.html">BuildConfig</a> / <a href="./-a-p-p-l-i-c-a-t-i-o-n_-i-d.html">APPLICATION_ID</a><br/> | ||
<br/> | ||
<h1>APPLICATION_ID</h1> | ||
<a name="com.revenuecat.purchases.BuildConfig$APPLICATION_ID"></a> | ||
<code><span class="keyword">static</span> <span class="keyword">val </span><span class="identifier">APPLICATION_ID</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code><br/> | ||
<a name="com.revenuecat.purchases.BuildConfig$APPLICATION_ID"></a> | ||
<code><span class="keyword">static</span> <span class="keyword">val </span><span class="identifier">APPLICATION_ID</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> | ||
</BODY> | ||
</HTML> |
16 changes: 16 additions & 0 deletions
16
docs/purchases/com.revenuecat.purchases/-build-config/-b-u-i-l-d_-t-y-p-e.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>BuildConfig.BUILD_TYPE - purchases</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">purchases</a> / <a href="../index.html">com.revenuecat.purchases</a> / <a href="index.html">BuildConfig</a> / <a href="./-b-u-i-l-d_-t-y-p-e.html">BUILD_TYPE</a><br/> | ||
<br/> | ||
<h1>BUILD_TYPE</h1> | ||
<a name="com.revenuecat.purchases.BuildConfig$BUILD_TYPE"></a> | ||
<code><span class="keyword">static</span> <span class="keyword">val </span><span class="identifier">BUILD_TYPE</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code><br/> | ||
<a name="com.revenuecat.purchases.BuildConfig$BUILD_TYPE"></a> | ||
<code><span class="keyword">static</span> <span class="keyword">val </span><span class="identifier">BUILD_TYPE</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> | ||
</BODY> | ||
</HTML> |
Oops, something went wrong.