com.stackmob.sdk.callback
Interface StackMobRedirectedCallback


Deprecated.

@Deprecated
public interface StackMobRedirectedCallback

Override the redirected method on your StackMobCallback instead


Method Summary
 void redirected(String originalUrl, Map<String,String> redirectHeaders, String redirectBody, String newURL)
          Deprecated. Invoked when a redirect has been issued
 

Method Detail

redirected

void redirected(String originalUrl,
                Map<String,String> redirectHeaders,
                String redirectBody,
                String newURL)
Deprecated. 
Invoked when a redirect has been issued

Parameters:
originalUrl - the url being redirected from
redirectHeaders - headers that came with the redirect
redirectBody - the body that came with the redirect
newURL - the url being redirected to


Copyright © 2013 StackMob. All Rights Reserved.