Package 

Class ContextSwitchDialog

    • Constructor Detail

      • ContextSwitchDialog

        ContextSwitchDialog(Activity activity)
        Constructs a new ContextSwitchDialog.
        Parameters:
        activity - Activity to use to trigger this Dialog.
      • ContextSwitchDialog

        ContextSwitchDialog(Fragment fragment)
        Constructs a new ContextSwitchDialog.
        Parameters:
        fragment - fragment to use to trigger this Dialog.
      • ContextSwitchDialog

        ContextSwitchDialog(Fragment fragment)
        Constructs a new ContextSwitchDialog.
        Parameters:
        fragment - fragment to use to trigger this Dialog.
    • Method Detail

      • setRequestCode

         final Unit setRequestCode(Integer requestCode)

        Set the request code for the startActivityForResult call. The requestCode should be outside of the range of those reserved for the Facebook SDK .

        Parameters:
        requestCode - the request code to use.