Skip to content

Commit

Permalink
Commit & Release Version 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinmayAcharya28 committed Dec 18, 2017
1 parent aa432d9 commit 3198460
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 26 deletions.
19 changes: 0 additions & 19 deletions JAVADOC/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,25 +299,6 @@ <h4 id="realtime-functionality">Realtime Functionality</h4>
</code></pre></li>
</ol>
</li>
<li><h6 id="request-presence">Request Presence</h6>
<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>
<pre><code>
// &#39;blt5d4sample2633b&#39; is a dummy Application API key
BuiltApplication builtApplication = Built.application(context, &quot;blt5d4sample2633b&quot;);
BuiltUser userObject = builtApplication.user(&quot;bltba9a44506dd9e741&quot;);

userObject.requestPresence(new BuiltResultCallBack() {

@Override
public void onCompletion(BuiltConstant.ResponseType type, BuiltError error){
if (error == null) {
//success block.
} else {
//More details if error occured while requesting presence.
}
}
});
</code></pre></li>
</ul>
</li>
</ul>
Expand Down
File renamed without changes.
Binary file removed SDK/Backend aar/Built.io-realtime-3.1.2.aar
Binary file not shown.
Binary file added SDK/Backend aar/Built.io-realtime-3.1.3.aar
Binary file not shown.
File renamed without changes.
4 changes: 2 additions & 2 deletions SDK/Backend aar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ We feature a complete set of functionality, such as:
- Push Notifications to iOS and Android devices

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

Version
----

3.1.2
3.1.3


Installation
Expand Down
File renamed without changes.
Binary file not shown.
File renamed without changes.
10 changes: 5 additions & 5 deletions SDK/Backend jar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ We feature a complete set of functionality, such as:
- Push Notifications to iOS and Android devices

#####Note:
- Built.io-3.1.2.jar contains built.io SDK.
- Built.io-3.1.3.jar contains built.io SDK.

Version
----

3.1.2
3.1.3


Installation
Expand All @@ -34,17 +34,17 @@ Installation can be done in two ways.

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

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

(OR)

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

(OR)

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



Expand Down
25 changes: 25 additions & 0 deletions changelogs-android.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version: 3.1.3
Date: 09-February-2017


New Features:

*None


API Modifications:

*None

API Deprecation:

*None

Bug Fixes:

*Realtime issue fix while attempting to reconnect the server.




====================================================================================
Version: 3.1.2
Date: 30-January-2017

Expand Down

0 comments on commit 3198460

Please sign in to comment.