Skip to content

Commit 3198460

Browse files
Commit & Release Version 3.1.3
1 parent aa432d9 commit 3198460

11 files changed

+32
-26
lines changed

JAVADOC/overview-summary.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -299,25 +299,6 @@ <h4 id="realtime-functionality">Realtime Functionality</h4>
299299
</code></pre></li>
300300
</ol>
301301
</li>
302-
<li><h6 id="request-presence">Request Presence</h6>
303-
<p>In some chat applications, you may want to put a functionality that allows you to access other users&#39; presece details by requesting access. We provide a similar functionality with requestPresence function. You can request a certain user to access his presence. The example below demonstrates the syntax.</p>
304-
<pre><code>
305-
// &#39;blt5d4sample2633b&#39; is a dummy Application API key
306-
BuiltApplication builtApplication = Built.application(context, &quot;blt5d4sample2633b&quot;);
307-
BuiltUser userObject = builtApplication.user(&quot;bltba9a44506dd9e741&quot;);
308-
309-
userObject.requestPresence(new BuiltResultCallBack() {
310-
311-
@Override
312-
public void onCompletion(BuiltConstant.ResponseType type, BuiltError error){
313-
if (error == null) {
314-
//success block.
315-
} else {
316-
//More details if error occured while requesting presence.
317-
}
318-
}
319-
});
320-
</code></pre></li>
321302
</ul>
322303
</li>
323304
</ul>
-1.54 MB
Binary file not shown.
1.54 MB
Binary file not shown.

SDK/Backend aar/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ We feature a complete set of functionality, such as:
1919
- Push Notifications to iOS and Android devices
2020

2121
<h4>Note:</h4>
22-
- Built.io-3.1.2.aar contains built.io SDK.
22+
- Built.io-3.1.3.aar contains built.io SDK.
2323

2424
Version
2525
----
2626

27-
3.1.2
27+
3.1.3
2828

2929

3030
Installation

SDK/Backend jar/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ We feature a complete set of functionality, such as:
1919
- Push Notifications to iOS and Android devices
2020

2121
#####Note:
22-
- Built.io-3.1.2.jar contains built.io SDK.
22+
- Built.io-3.1.3.jar contains built.io SDK.
2323

2424
Version
2525
----
2626

27-
3.1.2
27+
3.1.3
2828

2929

3030
Installation
@@ -34,17 +34,17 @@ Installation can be done in two ways.
3434

3535
#### If user want to use built.io SDK.
3636

37-
- Copy Built.io-3.1.2.jar to your project's libs folder.
37+
- Copy Built.io-3.1.3.jar to your project's libs folder.
3838

3939
(OR)
4040

4141
- (If user want to use realtime jar then follow the following step)
42-
Copy Built.io-realtime-3.1.2.jar to your project's libs folder.
42+
Copy Built.io-realtime-3.1.3.jar to your project's libs folder.
4343

4444
(OR)
4545

4646
- (If user want to use wearable jar then follow the following step)
47-
Copy Built.io-wearable-3.1.2.jar to your project's libs folder.
47+
Copy Built.io-wearable-3.1.3.jar to your project's libs folder.
4848

4949

5050

changelogs-android.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version: 3.1.3
2+
Date: 09-February-2017
3+
4+
5+
New Features:
6+
7+
*None
8+
9+
10+
API Modifications:
11+
12+
*None
13+
14+
API Deprecation:
15+
16+
*None
17+
18+
Bug Fixes:
19+
20+
*Realtime issue fix while attempting to reconnect the server.
21+
22+
23+
24+
25+
====================================================================================
126
Version: 3.1.2
227
Date: 30-January-2017
328

0 commit comments

Comments
 (0)