Uses of Interface
com.stackmob.sdk.callback.StackMobRedirectedCallback

Packages that use StackMobRedirectedCallback
com.stackmob.sdk.api Classes for communicating directly with StackMob. 
com.stackmob.sdk.push Support classes for push methods. 
 

Uses of StackMobRedirectedCallback in com.stackmob.sdk.api
 

Fields in com.stackmob.sdk.api declared as StackMobRedirectedCallback
static StackMobRedirectedCallback StackMob.DEFAULT_REDIRECTED_CALLBACK
           
protected  StackMobRedirectedCallback StackMob.redirectedCallback
          An internal redirected callback.
protected  StackMobRedirectedCallback StackMob.userRedirectedCallback
          The redirected callback set by the user
 

Methods in com.stackmob.sdk.api that return StackMobRedirectedCallback
 StackMobRedirectedCallback StackMob.getRedirectedCallback()
          get the callback used for redirected requests
 

Constructors in com.stackmob.sdk.api with parameters of type StackMobRedirectedCallback
StackMob(StackMob.OAuthVersion oauthVersion, Integer apiVersionNumber, String apiKey, String apiSecret, String apiHost, String userSchema, String userIdName, String passwordFieldName, StackMobRedirectedCallback redirectedCallback)
          the most complete StackMob constructor allowing you to set values for everything
StackMobDatastore(ExecutorService executor, StackMobSession session, String host, StackMobRedirectedCallback redirectedCallback)
           
 

Uses of StackMobRedirectedCallback in com.stackmob.sdk.push
 

Constructors in com.stackmob.sdk.push with parameters of type StackMobRedirectedCallback
StackMobPush(int apiVersionNumber, String apiKey, String apiSecret, String host, StackMobRedirectedCallback redirectedCallback)
          the most complete constructor
 



Copyright © 2013 StackMob. All Rights Reserved.