B C D E F G H I L M N P R S T U V

B

broadcastPushNotification(Map<String, String>, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
broadcast a push notification to all users of this app.

C

callback - Variable in class com.stackmob.sdk.api.StackMobRequest
 
com.stackmob.sdk.api - package com.stackmob.sdk.api
 
com.stackmob.sdk.callback - package com.stackmob.sdk.callback
 
com.stackmob.sdk.exception - package com.stackmob.sdk.exception
 
com.stackmob.sdk.net - package com.stackmob.sdk.net
 
com.stackmob.sdk.push - package com.stackmob.sdk.push
 
com.stackmob.sdk.util - package com.stackmob.sdk.util
 

D

DEFAULT_URL_FORMAT - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
delete(String, String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
do a delete request to the stackmob platform
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.stackmob.sdk.push.StackMobPushTokenDeserializer
 
doDelete(URI, String, String, Integer, StackMobRedirectedCallback) - Static method in class com.stackmob.sdk.net.HttpHelper
 
doDelete(URI, String, String, String, Integer, StackMobRedirectedCallback) - Static method in class com.stackmob.sdk.net.HttpHelper
 
doGet(URI, String, String, Integer, StackMobRedirectedCallback) - Static method in class com.stackmob.sdk.net.HttpHelper
 
doGet(URI, String, String, String, Integer, StackMobRedirectedCallback) - Static method in class com.stackmob.sdk.net.HttpHelper
 
doPost(URI, HttpEntity, String, String, Integer, StackMobRedirectedCallback) - Static method in class com.stackmob.sdk.net.HttpHelper
 
doPost(URI, HttpEntity, String, String, String, Integer, StackMobRedirectedCallback) - Static method in class com.stackmob.sdk.net.HttpHelper
 
doPut(URI, HttpEntity, String, String, Integer, StackMobRedirectedCallback) - Static method in class com.stackmob.sdk.net.HttpHelper
 
doPut(URI, HttpEntity, String, String, String, Integer, StackMobRedirectedCallback) - Static method in class com.stackmob.sdk.net.HttpHelper
 

E

endSession(StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
call the endsession method on stackmob

F

facebookLogin(String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
login into facebook on the StackMob platform
facebookPostMessage(String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
post a message to facebook.
failure(StackMobException) - Method in interface com.stackmob.sdk.callback.StackMobCallback
 

G

get(String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
do a get request on the StackMob platform
get(String, Map<String, Object>, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
do a get request on the StackMob platform
getAndClearExpiredPushTokens(StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
get all expired push tokens for this app, and clear them after they've been returned
getApiVersionNumber() - Method in class com.stackmob.sdk.api.StackMobSession
 
getAppName() - Method in class com.stackmob.sdk.api.StackMobSession
 
getExpiredPushTokens(StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
get expired push tokens, but do not clear them after they've been returned
getFacebookUserInfo(StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
get facebook user info for the current user.
getFirst() - Method in class com.stackmob.sdk.util.Pair
 
getKey() - Method in class com.stackmob.sdk.api.StackMobSession
 
getPath() - Method in class com.stackmob.sdk.api.StackMobRequest
 
getPath() - Method in class com.stackmob.sdk.api.StackMobUserBasedRequest
 
getRedirect(HttpRequestBase, HttpResponse) - Static method in class com.stackmob.sdk.net.HttpRedirectHelper
get the new request that represents the redirect if there is one
getRegisteredMilliseconds() - Method in class com.stackmob.sdk.push.StackMobPushToken
 
getSecond() - Method in class com.stackmob.sdk.util.Pair
 
getSecret() - Method in class com.stackmob.sdk.api.StackMobSession
 
getSession() - Method in class com.stackmob.sdk.api.StackMob
get the session that this StackMob object contains
getToken() - Method in class com.stackmob.sdk.push.StackMobPushToken
 
getTokenType() - Method in class com.stackmob.sdk.push.StackMobPushToken
 
getUserObjectName() - Method in class com.stackmob.sdk.api.StackMobSession
 
gson - Variable in class com.stackmob.sdk.api.StackMobRequest
 

H

handleResponse(HttpResponse) - Method in class com.stackmob.sdk.net.NoopResponseHandler
 
HttpHelper - Class in com.stackmob.sdk.net
 
HttpHelper() - Constructor for class com.stackmob.sdk.net.HttpHelper
 
httpMethod - Variable in class com.stackmob.sdk.api.StackMobRequest
 
HttpRedirectHelper - Class in com.stackmob.sdk.net
 
HttpRedirectHelper() - Constructor for class com.stackmob.sdk.net.HttpRedirectHelper
 
HttpVerb - Enum in com.stackmob.sdk.net
 

I

isRedirected(HttpResponse) - Static method in class com.stackmob.sdk.net.HttpRedirectHelper
 
isSecure - Variable in class com.stackmob.sdk.api.StackMobRequest
 

L

linkUserWithFacebookToken(String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
link an existing StackMob user with a Facebook user
linkUserWithTwitterToken(String, String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
link an existing stackmob user with an existing twitter user
login(Map<String, Object>, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
call the login method on StackMob
logout(StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
call the logout method on StackMob

M

methodName - Variable in class com.stackmob.sdk.api.StackMobRequest
 

N

NoopResponseHandler - Class in com.stackmob.sdk.net
 
NoopResponseHandler() - Constructor for class com.stackmob.sdk.net.NoopResponseHandler
 

P

Pair<T,U> - Class in com.stackmob.sdk.util
 
Pair(T, U) - Constructor for class com.stackmob.sdk.util.Pair
 
params - Variable in class com.stackmob.sdk.api.StackMobRequest
 
post(String, Object, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
do a post request on the StackMob platform
pushToTokens(Map<String, String>, List<StackMobPushToken>, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
send a push notification to a group of tokens
pushToUsers(Map<String, String>, List<String>, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
send a push notification to a group of users.
put(String, String, Object, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
do a put request on the StackMob platform

R

redirected(HttpRequest, HttpResponse, HttpRequest) - Method in interface com.stackmob.sdk.callback.StackMobRedirectedCallback
 
redirectedCallback - Variable in class com.stackmob.sdk.api.StackMob
 
redirectedCallback - Variable in class com.stackmob.sdk.api.StackMobRequest
 
RedirectStatusCode - Static variable in class com.stackmob.sdk.net.HttpRedirectHelper
 
registerForPushWithUser(String, String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
register a user for C2DM push notifications
registerWithFacebookToken(String, String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
create a new StackMob user and link that user with a facebook account
registerWithTwitterToken(String, String, String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
create a new user on stackmob and associate it with an existing twitter user
REGULAR_SCHEME - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
removePushToken(String, StackMobPushToken.TokenType, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
remove a push token for this app
requestObject - Variable in class com.stackmob.sdk.api.StackMobRequest
 

S

SECURE_SCHEME - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
sendRequest() - Method in class com.stackmob.sdk.api.StackMobRequest
 
serialize(StackMobPushToken, Type, JsonSerializationContext) - Method in class com.stackmob.sdk.push.StackMobPushTokenSerializer
 
session - Variable in class com.stackmob.sdk.api.StackMobRequest
 
sessionKey - Variable in class com.stackmob.sdk.api.StackMobRequest
 
sessionSecret - Variable in class com.stackmob.sdk.api.StackMobRequest
 
setUrlFormat(String) - Method in class com.stackmob.sdk.api.StackMobRequest
 
setUrlFormat(String) - Method in class com.stackmob.sdk.api.StackMobUserBasedRequest
 
setVersion(int) - Static method in class com.stackmob.sdk.net.HttpHelper
 
StackMob - Class in com.stackmob.sdk.api
 
StackMob(String, String, String, String, Integer) - Constructor for class com.stackmob.sdk.api.StackMob
create a new StackMob object.
StackMob(String, String, String, Integer) - Constructor for class com.stackmob.sdk.api.StackMob
create a new StackMob object
StackMob(String, String, String, Integer, String, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMob
create a new StackMob object.
StackMob.RegistrationIDAndUser - Class in com.stackmob.sdk.api
 
StackMob.RegistrationIDAndUser(String, String) - Constructor for class com.stackmob.sdk.api.StackMob.RegistrationIDAndUser
 
StackMobCallback - Interface in com.stackmob.sdk.callback
 
StackMobException - Exception in com.stackmob.sdk.exception
 
StackMobException(String) - Constructor for exception com.stackmob.sdk.exception.StackMobException
 
StackMobPushToken - Class in com.stackmob.sdk.push
 
StackMobPushToken(String, StackMobPushToken.TokenType) - Constructor for class com.stackmob.sdk.push.StackMobPushToken
 
StackMobPushToken(String, StackMobPushToken.TokenType, Long) - Constructor for class com.stackmob.sdk.push.StackMobPushToken
 
StackMobPushToken.TokenType - Enum in com.stackmob.sdk.push
 
StackMobPushTokenDeserializer - Class in com.stackmob.sdk.push
 
StackMobPushTokenDeserializer() - Constructor for class com.stackmob.sdk.push.StackMobPushTokenDeserializer
 
StackMobPushTokenSerializer - Class in com.stackmob.sdk.push
 
StackMobPushTokenSerializer() - Constructor for class com.stackmob.sdk.push.StackMobPushTokenSerializer
 
StackMobRedirectedCallback - Interface in com.stackmob.sdk.callback
 
StackMobRequest - Class in com.stackmob.sdk.api
 
StackMobRequest(StackMobSession, String, StackMobCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequest
 
StackMobRequest(StackMobSession, String, Map<String, Object>, StackMobCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequest
 
StackMobRequest(StackMobSession, String, HttpVerb, Object, StackMobCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequest
 
StackMobRequest(StackMobSession, String, HttpVerb, StackMobCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequest
 
StackMobSession - Class in com.stackmob.sdk.api
 
StackMobSession(String, String, String, String, int) - Constructor for class com.stackmob.sdk.api.StackMobSession
 
StackMobSession(String, String, String, int) - Constructor for class com.stackmob.sdk.api.StackMobSession
 
StackMobUserBasedRequest - Class in com.stackmob.sdk.api
 
StackMobUserBasedRequest(StackMobSession, String, StackMobCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobUserBasedRequest
 
StackMobUserBasedRequest(StackMobSession, String, Map<String, Object>, StackMobCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobUserBasedRequest
 
startSession(StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
call the startsession method on StackMob
success(String) - Method in interface com.stackmob.sdk.callback.StackMobCallback
 

T

token - Variable in class com.stackmob.sdk.api.StackMob.RegistrationIDAndUser
 
toString() - Method in enum com.stackmob.sdk.push.StackMobPushToken.TokenType
 
twitterLogin(String, String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
call the twitterlogin method on stackmob
twitterStatusUpdate(String, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
call the twitterStatusUpdate method on StackMob

U

urlFormat - Variable in class com.stackmob.sdk.api.StackMobRequest
 
userId - Variable in class com.stackmob.sdk.api.StackMob.RegistrationIDAndUser
 
userRedirectedCallback - Variable in class com.stackmob.sdk.api.StackMob
 

V

valueOf(String) - Static method in enum com.stackmob.sdk.net.HttpVerb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stackmob.sdk.push.StackMobPushToken.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.stackmob.sdk.net.HttpVerb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.sdk.push.StackMobPushToken.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.

B C D E F G H I L M N P R S T U V

Copyright © 2011 StackMob. All Rights Reserved.