-
- All Implemented Interfaces:
-
com.facebook.FacebookDialog
public class ContextChooseDialog extends FacebookDialogBase<ContextChooseContent, ContextChooseDialog.Result>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classContextChooseDialog.Result
-
Constructor Summary
Constructors Constructor Description ContextChooseDialog(Activity activity)Constructs a new ContextChooseDialog. ContextChooseDialog(Fragment fragment)Constructs a new ContextChooseDialog. ContextChooseDialog(Fragment fragment)Constructs a new ContextChooseDialog.
-
Method Summary
Modifier and Type Method Description booleancanShow(ContextChooseContent content)Indicates whether the context choose dialog can be shown. -
-
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
-
canShow
boolean canShow(ContextChooseContent content)
Indicates whether the context choose dialog can be shown.
-
-
-
-