Package 

Class ContextChooseDialog

    • Constructor Detail

      • ContextChooseDialog

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

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

        ContextChooseDialog(Fragment fragment)
        Constructs a new ContextChooseDialog.
        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.