-
- All Implemented Interfaces:
-
com.facebook.FacebookDialog
public class ContextCreateDialog extends FacebookDialogBase<ContextCreateContent, ContextCreateDialog.Result>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classContextCreateDialog.Result
-
Constructor Summary
Constructors Constructor Description ContextCreateDialog(Activity activity)Constructs a new ContextCreateDialog. ContextCreateDialog(Fragment fragment)Constructs a new ContextCreateDialog. ContextCreateDialog(Fragment fragment)Constructs a new ContextCreateDialog.
-
Method Summary
Modifier and Type Method Description booleancanShow(ContextCreateContent content)Indicates whether the context create dialog can be shown. -
-
Constructor Detail
-
ContextCreateDialog
ContextCreateDialog(Activity activity)
Constructs a new ContextCreateDialog.- Parameters:
activity- Activity to use to trigger this Dialog.
-
ContextCreateDialog
ContextCreateDialog(Fragment fragment)
Constructs a new ContextCreateDialog.- Parameters:
fragment- fragment to use to trigger this Dialog.
-
ContextCreateDialog
ContextCreateDialog(Fragment fragment)
Constructs a new ContextCreateDialog.- Parameters:
fragment- fragment to use to trigger this Dialog.
-
-
Method Detail
-
canShow
boolean canShow(ContextCreateContent content)
Indicates whether the context create dialog can be shown.
-
-
-
-