Android SDK Version
All Implemented Interfaces:
android.content.DialogInterface , android.view.KeyEvent.Callback , android.view.View.OnCreateContextMenuListener , android.view.Window.Callback


public final class FacebookWebFallbackDialog
extends WebDialog
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
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.
Nested Class Summary
Modifier and TypeClassDescription
public classFacebookWebFallbackDialog.Companion
Field Summary
Modifier and TypeFieldDescription
private WebDialog.OnCompleteListeneronCompleteListener
Method Summary
Modifier and TypeMethodDescription
final WebDialog.OnCompleteListenergetOnCompleteListener() Sets the listener which will be notified when the dialog finishes.
final UnitsetOnCompleteListener(WebDialog.OnCompleteListener onCompleteListener) Sets the listener which will be notified when the dialog finishes.
BundleparseResponseUri(String url)
Unitcancel()
Methods inherited from class com.facebook.internal.FacebookWebFallbackDialog
dismiss, onAttachedToWindow, onDetachedFromWindow, onKeyDown, onWindowAttributesChanged, resize
Methods inherited from class com.facebook.internal.WebDialog
addContentView, 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, setCancelMessage, setCancelable, setCanceledOnTouchOutside, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu
Methods inherited from class android.app.Dialog
onPointerCaptureChanged, onProvideKeyboardShortcuts
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getOnCompleteListener

 final WebDialog.OnCompleteListenergetOnCompleteListener()
Sets the listener which will be notified when the dialog finishes.

setOnCompleteListener

 final UnitsetOnCompleteListener(WebDialog.OnCompleteListener onCompleteListener)
Sets the listener which will be notified when the dialog finishes.
Parameters:
onCompleteListener - the listener to notify, or null if no notification is desired

parseResponseUri

BundleparseResponseUri(String url)

cancel

Unitcancel()