-
- All Implemented Interfaces:
-
com.facebook.FacebookDialog
public class FriendFinderDialog extends FacebookDialogBase<Void, FriendFinderDialog.Result>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFriendFinderDialog.Result
-
Constructor Summary
Constructors Constructor Description FriendFinderDialog(Activity activity)Constructs a new FriendFinderDialog. FriendFinderDialog(Fragment fragment)Constructs a new FriendFinderDialog. FriendFinderDialog(Fragment fragment)Constructs a new FriendFinderDialog.
-
Method Summary
-
-
Constructor Detail
-
FriendFinderDialog
FriendFinderDialog(Activity activity)
Constructs a new FriendFinderDialog.- Parameters:
activity- Activity to use to trigger this Dialog.
-
FriendFinderDialog
FriendFinderDialog(Fragment fragment)
Constructs a new FriendFinderDialog.- Parameters:
fragment- fragment to use to trigger this Dialog.
-
FriendFinderDialog
FriendFinderDialog(Fragment fragment)
Constructs a new FriendFinderDialog.- Parameters:
fragment- fragment to use to trigger this Dialog.
-
-
-
-