Skip to content

Commit

Permalink
adding setApsSound method
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Nov 25, 2014
1 parent 26910aa commit 6764d4b
Show file tree
Hide file tree
Showing 37 changed files with 88 additions and 47 deletions.
Binary file modified android/Pubnub-Android-3.7.0.jar
Binary file not shown.
Binary file modified android/examples/PubnubExample/libs/Pubnub-Android-3.7.0.jar
Binary file not shown.
Binary file modified android/examples/SubscribeAtBoot/libs/Pubnub-Android-3.7.0.jar
Binary file not shown.
Binary file modified blackberry/Pubnub-BlackBerry-3.7.0.jar
Binary file not shown.
Binary file modified codenameone/Pubnub-CodeNameOne-3.7.0.cn1lib
Binary file not shown.
Binary file modified j2me/Pubnub-MicroEdition-3.7.0.jar
Binary file not shown.
Binary file modified java/Pubnub-StandardEdition-3.7.0.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions java/doc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:37 IST 2014 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:37 IST 2014 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/Callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:26 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:30 IST 2014 -->
<TITLE>
Callback
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/ChannelGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:27 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:32 IST 2014 -->
<TITLE>
ChannelGroup
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/HttpUtil.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:27 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:32 IST 2014 -->
<TITLE>
HttpUtil
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
25 changes: 23 additions & 2 deletions java/doc/com/pubnub/api/PnApnsMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:27 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:32 IST 2014 -->
<TITLE>
PnApnsMessage
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -170,6 +170,14 @@ <H2>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set value of APS badge</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/pubnub/api/PnApnsMessage.html#setApsSound(java.lang.String)">setApsSound</A></B>(java.lang.String&nbsp;sound)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set value of APS sound</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.json.JSONObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
Expand Down Expand Up @@ -245,6 +253,19 @@ <H2>
<DT><B>Parameters:</B><DD><CODE>badge</CODE> - int to be set as badge value for APNS message</DL>
</DD>
</DL>
<HR>

<A NAME="setApsSound(java.lang.String)"><!-- --></A><H3>
setApsSound</H3>
<PRE>
public void <B>setApsSound</B>(java.lang.String&nbsp;sound)</PRE>
<DL>
<DD>Set value of APS sound
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sound</CODE> - String to be set as sound value for APNS message</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/PnGcmMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:27 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:32 IST 2014 -->
<TITLE>
PnGcmMessage
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/PnMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:27 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:32 IST 2014 -->
<TITLE>
PnMessage
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/Pubnub.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:27 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:32 IST 2014 -->
<TITLE>
Pubnub
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/PubnubCrypto.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:29 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:33 IST 2014 -->
<TITLE>
PubnubCrypto
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/PubnubError.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:29 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:34 IST 2014 -->
<TITLE>
PubnubError
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/PubnubException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:29 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:35 IST 2014 -->
<TITLE>
PubnubException
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/PubnubUtil.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:29 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:36 IST 2014 -->
<TITLE>
PubnubUtil
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/TimedTaskManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:36 IST 2014 -->
<TITLE>
TimedTaskManager
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:36 IST 2014 -->
<TITLE>
com.pubnub.api
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:36 IST 2014 -->
<TITLE>
com.pubnub.api
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/com/pubnub/api/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:36 IST 2014 -->
<TITLE>
com.pubnub.api Class Hierarchy
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:36 IST 2014 -->
<TITLE>
Constant Field Values
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:37 IST 2014 -->
<TITLE>
Deprecated List
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:37 IST 2014 -->
<TITLE>
API Help
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
7 changes: 5 additions & 2 deletions java/doc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:37 IST 2014 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -382,6 +382,9 @@
<DT><A HREF="./com/pubnub/api/PnApnsMessage.html#setApsBadge(int)"><B>setApsBadge(int)</B></A> -
Method in class com.pubnub.api.<A HREF="./com/pubnub/api/PnApnsMessage.html" title="class in com.pubnub.api">PnApnsMessage</A>
<DD>Set value of APS badge
<DT><A HREF="./com/pubnub/api/PnApnsMessage.html#setApsSound(java.lang.String)"><B>setApsSound(String)</B></A> -
Method in class com.pubnub.api.<A HREF="./com/pubnub/api/PnApnsMessage.html" title="class in com.pubnub.api">PnApnsMessage</A>
<DD>Set value of APS sound
<DT><A HREF="./com/pubnub/api/PnMessage.html#setCallback(com.pubnub.api.Callback)"><B>setCallback(Callback)</B></A> -
Method in class com.pubnub.api.<A HREF="./com/pubnub/api/PnMessage.html" title="class in com.pubnub.api">PnMessage</A>
<DD>Setter for callback on PnMessage object
Expand Down
2 changes: 1 addition & 1 deletion java/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Nov 13 06:00:30 IST 2014-->
<!-- Generated by javadoc on Tue Nov 25 23:22:37 IST 2014-->
<TITLE>
Generated Documentation (Untitled)
</TITLE>
Expand Down
4 changes: 2 additions & 2 deletions java/doc/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:37 IST 2014 -->
<TITLE>
Class Hierarchy
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions java/doc/serialized-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Thu Nov 13 06:00:30 IST 2014 -->
<!-- Generated by javadoc (build 1.6.0_37) on Tue Nov 25 23:22:37 IST 2014 -->
<TITLE>
Serialized Form
</TITLE>

<META NAME="date" CONTENT="2014-11-13">
<META NAME="date" CONTENT="2014-11-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
Binary file modified java/jars/Pubnub-UnitTests-3.7.0.jar
Binary file not shown.
Binary file modified java/jars/PubnubDemoConsole.jar
Binary file not shown.
Binary file modified java/jars/PubnubExample.jar
Binary file not shown.
Binary file modified java/jars/PubnubPresenceTest.jar
Binary file not shown.
Binary file modified java/jars/PubnubPushTest.jar
Binary file not shown.
Loading

0 comments on commit 6764d4b

Please sign in to comment.