Skip to content

Commit

Permalink
Deploying to gh-pages from @ ff7f1c1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse committed Sep 21, 2024
1 parent 5a71bbb commit f145c43
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion intent/dev.funkymuse.intent/get-double-extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>get</span><wbr><span>Double</span><wbr><span><span>Extra</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":intent:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://developer.android.com/reference/kotlin/android/content/Intent.html">Intent</a><span class="token punctuation">.</span><a href="get-double-extra.html"><span class="token function">getDoubleExtra</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="token operator">?</span></div><p class="paragraph">Standard <a href="https://developer.android.com/reference/kotlin/android/content/Intent.html#getdoubleextra">Intent.getDoubleExtra</a> but allows for null. Note that this would treat <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/-m-i-n_-v-a-l-u-e.html">Double.MIN_VALUE</a> as null if you were to pass it</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":intent:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://developer.android.com/reference/kotlin/android/content/Intent.html">Intent</a><span class="token punctuation">.</span><a href="get-double-extra.html"><span class="token function">getDoubleExtra</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="token operator">?</span></div><p class="paragraph">Standard <a href="https://developer.android.com/reference/kotlin/android/content/Intent.html#getDoubleExtra-kotlin.String-kotlin.Double-">Intent.getDoubleExtra</a> but allows for null. Note that this would treat <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/-m-i-n_-v-a-l-u-e.html">Double.MIN_VALUE</a> as null if you were to pass it</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
2 changes: 1 addition & 1 deletion intent/dev.funkymuse.intent/get-float-extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>get</span><wbr><span>Float</span><wbr><span><span>Extra</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":intent:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://developer.android.com/reference/kotlin/android/content/Intent.html">Intent</a><span class="token punctuation">.</span><a href="get-float-extra.html"><span class="token function">getFloatExtra</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a><span class="token operator">?</span></div><p class="paragraph">Standard <a href="https://developer.android.com/reference/kotlin/android/content/Intent.html#getbooleanextra">Intent.getBooleanExtra</a> but allows for null. Note that this would treat <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/-m-i-n_-v-a-l-u-e.html">Int.MIN_VALUE</a> as null if you were to pass it</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":intent:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://developer.android.com/reference/kotlin/android/content/Intent.html">Intent</a><span class="token punctuation">.</span><a href="get-float-extra.html"><span class="token function">getFloatExtra</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a><span class="token operator">?</span></div><p class="paragraph">Standard <a href="https://developer.android.com/reference/kotlin/android/content/Intent.html#getBooleanExtra-kotlin.String-kotlin.Boolean-">Intent.getBooleanExtra</a> but allows for null. Note that this would treat <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/-m-i-n_-v-a-l-u-e.html">Int.MIN_VALUE</a> as null if you were to pass it</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
2 changes: 1 addition & 1 deletion intent/dev.funkymuse.intent/get-int-extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>get</span><wbr><span>Int</span><wbr><span><span>Extra</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":intent:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://developer.android.com/reference/kotlin/android/content/Intent.html">Intent</a><span class="token punctuation">.</span><a href="get-int-extra.html"><span class="token function">getIntExtra</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="token operator">?</span></div><p class="paragraph">Standard <a href="https://developer.android.com/reference/kotlin/android/content/Intent.html#getintextra">Intent.getIntExtra</a> but allows for null. Note that this would treat <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/-m-i-n_-v-a-l-u-e.html">Int.MIN_VALUE</a> as null if you were to pass it</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":intent:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://developer.android.com/reference/kotlin/android/content/Intent.html">Intent</a><span class="token punctuation">.</span><a href="get-int-extra.html"><span class="token function">getIntExtra</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="token operator">?</span></div><p class="paragraph">Standard <a href="https://developer.android.com/reference/kotlin/android/content/Intent.html#getIntExtra-kotlin.String-kotlin.Int-">Intent.getIntExtra</a> but allows for null. Note that this would treat <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/-m-i-n_-v-a-l-u-e.html">Int.MIN_VALUE</a> as null if you were to pass it</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
2 changes: 1 addition & 1 deletion intent/dev.funkymuse.intent/get-long-extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>get</span><wbr><span>Long</span><wbr><span><span>Extra</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":intent:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://developer.android.com/reference/kotlin/android/content/Intent.html">Intent</a><span class="token punctuation">.</span><a href="get-long-extra.html"><span class="token function">getLongExtra</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a><span class="token operator">?</span></div><p class="paragraph">Standard <a href="https://developer.android.com/reference/kotlin/android/content/Intent.html#getlongextra">Intent.getLongExtra</a> but allows for null. Note that this would treat <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/-m-i-n_-v-a-l-u-e.html">Long.MIN_VALUE</a> as null if you were to pass it</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":intent:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://developer.android.com/reference/kotlin/android/content/Intent.html">Intent</a><span class="token punctuation">.</span><a href="get-long-extra.html"><span class="token function">getLongExtra</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a><span class="token operator">?</span></div><p class="paragraph">Standard <a href="https://developer.android.com/reference/kotlin/android/content/Intent.html#getLongExtra-kotlin.String-kotlin.Long-">Intent.getLongExtra</a> but allows for null. Note that this would treat <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/-m-i-n_-v-a-l-u-e.html">Long.MIN_VALUE</a> as null if you were to pass it</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Loading

0 comments on commit f145c43

Please sign in to comment.