unified-push-java-client 0.5.0
A B C D G I J M O P S T U V 

A

alert(String) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Triggers a dialog, displaying the value.
aliases(List<String>) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Sets a list of "identifiers", like username or email address.
attribute(String, String) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Adds an application specific value for the given key.
attributes(Map<String, Object>) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
A map containing various key-value pairs, that represent application specific values.

B

badge(String) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Sets the value of the badge icon - no iOS API needs to be invoked by the app developer.
build() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
 
buildUrl() - Method in class org.jboss.aerogear.unifiedpush.SenderClient
Construct the URL fired against the Unified Push Server

C

categories(Set) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
A list of categories.
categories(String...) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
A list of categories.
contentAvailable() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
An iOS specific argument to mark the payload as 'content-available'.

D

deviceType(List<String>) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
A filter for notifying only users running a certain device.

G

getAliases() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage
Get a list of "identifiers", like username or email address.
getAttributes() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage
Get a map containing various key-value pairs, that represent application specific values.
getCategories() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage
Get a category list, a category is a semantical tag.
getDeviceType() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage
Get a filter for notifying only users running a certain device.
getMasterSecret() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage
Get the masterSecret used to authenticate against the Push Server.
getPushApplicationId() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage
Get the push Application Id.
getServerURL() - Method in interface org.jboss.aerogear.unifiedpush.JavaSender
Returns the current configured server URL
getServerURL() - Method in class org.jboss.aerogear.unifiedpush.SenderClient
 
getSimplePush() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage
Get the key-value pair represented by a String and used by the Simple Push Networks.
getVariants() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage
Get A filter for notifying only specific mobile variants of the Push Application.

I

isEmpty(Collection<E>) - Static method in class org.jboss.aerogear.unifiedpush.utils.ValidationUtils
Checks if the given Collection is null or empty.
isEmpty(Map<K, V>) - Static method in class org.jboss.aerogear.unifiedpush.utils.ValidationUtils
Checks if the given Map is null or empty.
isEmpty(String) - Static method in class org.jboss.aerogear.unifiedpush.utils.ValidationUtils
Checks if the given String is null or empty.
isSuccess(int) - Static method in class org.jboss.aerogear.unifiedpush.utils.ValidationUtils
Checks if the given http status code is in the 2xx range

J

JavaSender - Interface in org.jboss.aerogear.unifiedpush
 

M

masterSecret(String) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Set the masterSecret used to authenticate against the Push Server.
MessageResponseCallback - Interface in org.jboss.aerogear.unifiedpush.message
A simple Callback interface used when sending UnifiedMessage

O

onComplete(int) - Method in interface org.jboss.aerogear.unifiedpush.message.MessageResponseCallback
Will be called whatever the response status code is.
onError(Throwable) - Method in interface org.jboss.aerogear.unifiedpush.message.MessageResponseCallback
Will be called if an Exception occurs (i.e : IOException )
org.jboss.aerogear.unifiedpush - package org.jboss.aerogear.unifiedpush
 
org.jboss.aerogear.unifiedpush.message - package org.jboss.aerogear.unifiedpush.message
 
org.jboss.aerogear.unifiedpush.utils - package org.jboss.aerogear.unifiedpush.utils
 

P

pushApplicationId(String) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Specifies which Push Application the message is for.

S

send(UnifiedMessage, MessageResponseCallback) - Method in interface org.jboss.aerogear.unifiedpush.JavaSender
Sends the given payload to installations of the referenced PushApplication.
send(UnifiedMessage) - Method in interface org.jboss.aerogear.unifiedpush.JavaSender
Sends the given payload to installations of the referenced PushApplication.
send(UnifiedMessage, MessageResponseCallback) - Method in class org.jboss.aerogear.unifiedpush.SenderClient
 
send(UnifiedMessage) - Method in class org.jboss.aerogear.unifiedpush.SenderClient
 
SenderClient - Class in org.jboss.aerogear.unifiedpush
 
SenderClient(String) - Constructor for class org.jboss.aerogear.unifiedpush.SenderClient
 
SenderClient() - Constructor for class org.jboss.aerogear.unifiedpush.SenderClient
 
setServerURL(String) - Method in interface org.jboss.aerogear.unifiedpush.JavaSender
Set the new server URL
setServerURL(String) - Method in class org.jboss.aerogear.unifiedpush.SenderClient
 
simplePush(String) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Needed when sending a message to a SimplePush Network
sound(String) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Plays a given sound - On iOS no API needs to be invoked to play the sound file.

T

timeToLive(int) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
Specify the Time To Live of the message, used by the APNs/GCM Push Networks.

U

UnifiedMessage - Class in org.jboss.aerogear.unifiedpush.message
A UnifiedMessage represents a message in the format expected from the Unified Push Server.
UnifiedMessage.Builder - Class in org.jboss.aerogear.unifiedpush.message
A builder to provide a fluent API
UnifiedMessage.Builder() - Constructor for class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
 

V

ValidationUtils - Class in org.jboss.aerogear.unifiedpush.utils
Utility class offering methods for validating instances.
variants(List<String>) - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedMessage.Builder
A filter for notifying only specific mobile variants of the Push Application.
A B C D G I J M O P S T U V 
unified-push-java-client 0.5.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.