com.feedhenry.sdk.oauth
Class FHOAuthWebView

java.lang.Object
  extended by com.feedhenry.sdk.oauth.FHOAuthWebView

public class FHOAuthWebView
extends java.lang.Object

Construct a WebView window and load a url request. Broadcast url changes event to anyone who's interested.


Field Summary
static java.lang.String BROADCAST_ACTION_FILTER
           
 
Constructor Summary
FHOAuthWebView(android.app.Activity pContext, android.os.Bundle pSettings)
           
 
Method Summary
 void close()
           
 void destroy()
           
 android.view.ViewGroup getView()
           
 void onCreate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROADCAST_ACTION_FILTER

public static final java.lang.String BROADCAST_ACTION_FILTER
See Also:
Constant Field Values
Constructor Detail

FHOAuthWebView

public FHOAuthWebView(android.app.Activity pContext,
                      android.os.Bundle pSettings)
Method Detail

onCreate

public void onCreate()

close

public void close()

getView

public android.view.ViewGroup getView()

destroy

public void destroy()