Skip to content

Commit e3f6869

Browse files
committed
Version Bump
1 parent 8c118cc commit e3f6869

19 files changed

+316
-164
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Full API documentation is available on [Github Pages](https://constructor-io.git
99

1010
## 1. Install
1111

12-
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v2.26.4) to add the client to your project.
12+
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v2.27.0) to add the client to your project.
1313

1414
## 2. Retrieve an API key
1515

docs/library/io.constructor.core/-constructor-io/index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,36 @@ <h2 class="">Functions</h2>
397397
</div>
398398
</div>
399399
</div>
400+
<a data-name="1628511308%2FFunctions%2F-1887420133" anchor-label="setClientId" id="1628511308%2FFunctions%2F-1887420133" data-filterable-set=":library:dokkaHtml/release"></a>
401+
<div class="table-row" data-filterable-current=":library:dokkaHtml/release" data-filterable-set=":library:dokkaHtml/release">
402+
<div class="main-subrow keyValue ">
403+
<div class=""><span class="inline-flex">
404+
<div><a href="set-client-id.html"><span>set</span><wbr></wbr><span>Client</span><wbr></wbr><span><span>Id</span></span></a></div>
405+
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1628511308%2FFunctions%2F-1887420133"></span>
406+
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
407+
</span></span></div>
408+
<div>
409+
<div class="title">
410+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":library:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="set-client-id.html"><span class="token function">setClientId</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">clientId<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="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="brief "><p class="paragraph">Sets the clientId</p></div></div></div>
411+
</div>
412+
</div>
413+
</div>
414+
</div>
415+
<a data-name="1249987337%2FFunctions%2F-1887420133" anchor-label="setSessionId" id="1249987337%2FFunctions%2F-1887420133" data-filterable-set=":library:dokkaHtml/release"></a>
416+
<div class="table-row" data-filterable-current=":library:dokkaHtml/release" data-filterable-set=":library:dokkaHtml/release">
417+
<div class="main-subrow keyValue ">
418+
<div class=""><span class="inline-flex">
419+
<div><a href="set-session-id.html"><span>set</span><wbr></wbr><span>Session</span><wbr></wbr><span><span>Id</span></span></a></div>
420+
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1249987337%2FFunctions%2F-1887420133"></span>
421+
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
422+
</span></span></div>
423+
<div>
424+
<div class="title">
425+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":library:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="set-session-id.html"><span class="token function">setSessionId</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">sessionId<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="brief "><p class="paragraph">Sets the sessionId</p></div></div></div>
426+
</div>
427+
</div>
428+
</div>
429+
</div>
400430
<a data-name="-240684079%2FFunctions%2F-1887420133" anchor-label="trackAutocompleteSelect" id="-240684079%2FFunctions%2F-1887420133" data-filterable-set=":library:dokkaHtml/release"></a>
401431
<div class="table-row" data-filterable-current=":library:dokkaHtml/release" data-filterable-set=":library:dokkaHtml/release">
402432
<div class="main-subrow keyValue ">
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
5+
<title>setClientId</title>
6+
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
7+
<script>var pathToRoot = "../../../";</script>
8+
<script>const storage = localStorage.getItem("dokka-dark-mode")
9+
const savedDarkMode = storage ? JSON.parse(storage) : false
10+
if(savedDarkMode === true){
11+
document.getElementsByTagName("html")[0].classList.add("theme-dark")
12+
}</script>
13+
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
14+
<link href="../../../styles/style.css" rel="Stylesheet">
15+
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
16+
<link href="../../../styles/main.css" rel="Stylesheet">
17+
<link href="../../../styles/prism.css" rel="Stylesheet">
18+
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
19+
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
20+
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
21+
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
22+
<script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script>
23+
<script type="text/javascript" src="../../../scripts/prism.js" async="async"></script>
24+
</head>
25+
<body>
26+
<div class="navigation-wrapper" id="navigation-wrapper">
27+
<div id="leftToggler"><span class="icon-toggler"></span></div>
28+
<div class="library-name">
29+
<a href="../../../index.html">
30+
<span>library</span>
31+
</a>
32+
</div>
33+
<div>
34+
</div>
35+
<div class="pull-right d-flex">
36+
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
37+
<div id="searchBar"></div>
38+
</div>
39+
</div>
40+
<div id="container">
41+
<div id="leftColumn">
42+
<div id="sideMenu"></div>
43+
</div>
44+
<div id="main">
45+
<div class="main-content" id="content" pageIds="library::io.constructor.core/ConstructorIo/setClientId/#kotlin.String/PointingToDeclaration//-1887420133">
46+
<div class="breadcrumbs"><a href="../../../index.html">library</a><span class="delimiter">/</span><a href="../index.html">io.constructor.core</a><span class="delimiter">/</span><a href="index.html">ConstructorIo</a><span class="delimiter">/</span><a href="set-client-id.html">setClientId</a></div>
47+
<div class="cover ">
48+
<h1 class="cover"><span>set</span><wbr></wbr><span>Client</span><wbr></wbr><span><span>Id</span></span></h1>
49+
</div>
50+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":library:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="set-client-id.html"><span class="token function">setClientId</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">clientId<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="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">Sets the clientId</p></div></div>
51+
</div>
52+
<div class="footer">
53+
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
54+
class="pull-right"><span>Generated by </span><a
55+
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
56+
</div>
57+
</div>
58+
</div>
59+
</body>
60+
</html>
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
5+
<title>setSessionId</title>
6+
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
7+
<script>var pathToRoot = "../../../";</script>
8+
<script>const storage = localStorage.getItem("dokka-dark-mode")
9+
const savedDarkMode = storage ? JSON.parse(storage) : false
10+
if(savedDarkMode === true){
11+
document.getElementsByTagName("html")[0].classList.add("theme-dark")
12+
}</script>
13+
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
14+
<link href="../../../styles/style.css" rel="Stylesheet">
15+
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
16+
<link href="../../../styles/main.css" rel="Stylesheet">
17+
<link href="../../../styles/prism.css" rel="Stylesheet">
18+
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
19+
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
20+
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
21+
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
22+
<script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script>
23+
<script type="text/javascript" src="../../../scripts/prism.js" async="async"></script>
24+
</head>
25+
<body>
26+
<div class="navigation-wrapper" id="navigation-wrapper">
27+
<div id="leftToggler"><span class="icon-toggler"></span></div>
28+
<div class="library-name">
29+
<a href="../../../index.html">
30+
<span>library</span>
31+
</a>
32+
</div>
33+
<div>
34+
</div>
35+
<div class="pull-right d-flex">
36+
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
37+
<div id="searchBar"></div>
38+
</div>
39+
</div>
40+
<div id="container">
41+
<div id="leftColumn">
42+
<div id="sideMenu"></div>
43+
</div>
44+
<div id="main">
45+
<div class="main-content" id="content" pageIds="library::io.constructor.core/ConstructorIo/setSessionId/#kotlin.Int/PointingToDeclaration//-1887420133">
46+
<div class="breadcrumbs"><a href="../../../index.html">library</a><span class="delimiter">/</span><a href="../index.html">io.constructor.core</a><span class="delimiter">/</span><a href="index.html">ConstructorIo</a><span class="delimiter">/</span><a href="set-session-id.html">setSessionId</a></div>
47+
<div class="cover ">
48+
<h1 class="cover"><span>set</span><wbr></wbr><span>Session</span><wbr></wbr><span><span>Id</span></span></h1>
49+
</div>
50+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":library:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="set-session-id.html"><span class="token function">setSessionId</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">sessionId<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">Sets the sessionId</p></div></div>
51+
</div>
52+
<div class="footer">
53+
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
54+
class="pull-right"><span>Generated by </span><a
55+
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
56+
</div>
57+
</div>
58+
</div>
59+
</body>
60+
</html>

docs/library/package-list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ $dokka.location:io.constructor.core/ConstructorIo/getSearchResultsCRT/#kotlin.St
3535
$dokka.location:io.constructor.core/ConstructorIo/getSessionId/#/PointingToDeclaration/library/io.constructor.core/-constructor-io/get-session-id.html
3636
$dokka.location:io.constructor.core/ConstructorIo/init/#android.content.Context?#io.constructor.core.ConstructorIoConfig/PointingToDeclaration/library/io.constructor.core/-constructor-io/init.html
3737
$dokka.location:io.constructor.core/ConstructorIo/segments/#/PointingToDeclaration/library/io.constructor.core/-constructor-io/segments.html
38+
$dokka.location:io.constructor.core/ConstructorIo/setClientId/#kotlin.String/PointingToDeclaration/library/io.constructor.core/-constructor-io/set-client-id.html
39+
$dokka.location:io.constructor.core/ConstructorIo/setSessionId/#kotlin.Int/PointingToDeclaration/library/io.constructor.core/-constructor-io/set-session-id.html
3840
$dokka.location:io.constructor.core/ConstructorIo/testCells/#/PointingToDeclaration/library/io.constructor.core/-constructor-io/test-cells.html
3941
$dokka.location:io.constructor.core/ConstructorIo/trackAutocompleteSelect/#kotlin.String#kotlin.String#kotlin.String#io.constructor.data.model.common.ResultGroup?#kotlin.String?/PointingToDeclaration/library/io.constructor.core/-constructor-io/track-autocomplete-select.html
4042
$dokka.location:io.constructor.core/ConstructorIo/trackBrowseResultClick/#kotlin.String#kotlin.String#kotlin.String#kotlin.Int#kotlin.String?#kotlin.String?/PointingToDeclaration/library/io.constructor.core/-constructor-io/track-browse-result-click.html

docs/scripts/pages.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
multiDexEnabled true
2626
testInstrumentationRunner "${applicationId}.runner.RxAndroidJUnitRunner"
2727
versionCode 1
28-
versionName '2.26.4'
28+
versionName '2.27.0'
2929
buildConfigField("String", "CLIENT_VERSION", "\"cioand-${versionName}\"")
3030
buildConfigField("String", "DEFAULT_ITEM_SECTION", "\"Products\"")
3131
buildConfigField("String", "SERVICE_URL", "\"ac.cnstrc.com\"")

0 commit comments

Comments
 (0)