public class FacebookWebFallbackDialog extends WebDialog
This dialog is used as a fallback when a native FacebookDialog could not be displayed. The primary reason for this separation is to keep this approach for internal use only until we stabilize the API.
WebDialog.Builder, WebDialog.InitCallback, WebDialog.OnCompleteListenerandroid.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
static FacebookWebFallbackDialog |
newInstance(android.content.Context context,
java.lang.String url,
java.lang.String expectedRedirectUrl) |
protected android.os.Bundle |
parseResponseUri(java.lang.String url) |
dismiss, getOnCompleteListener, getWebDialogTheme, getWebView, initDefaultTheme, isListenerCalled, isPageFinished, newInstance, onAttachedToWindow, onCreate, onDetachedFromWindow, onKeyDown, onStart, onStop, onWindowAttributesChanged, resize, sendErrorToListener, sendSuccessToListener, setExpectedRedirectUrl, setInitCallback, setOnCompleteListener, setWebDialogThemeaddContentView, closeOptionsMenu, create, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, isShowing, onActionModeFinished, onActionModeStarted, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onGenericMotionEvent, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onTouchEvent, onTrackballEvent, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenupublic static FacebookWebFallbackDialog newInstance(android.content.Context context, java.lang.String url, java.lang.String expectedRedirectUrl)
protected android.os.Bundle parseResponseUri(java.lang.String url)
parseResponseUri in class WebDialog