Package 

Class ReferralManager

    • Method Detail

      • startReferral

         void startReferral(Activity activity)

        Open the referral dialog.

        Parameters:
        activity - The activity which is starting the referral process.
      • startReferral

         void startReferral(Fragment fragment)

        Open the referral dialog.

        Parameters:
        fragment - The android.support.v4.app.Fragment which is starting the referral process.
      • startReferral

         void startReferral(Fragment fragment)

        Open the referral dialog.

        Parameters:
        fragment - The android.app.Fragment which is starting the referral process.
      • startReferral

         void startReferral(FragmentWrapper fragment)

        Open the referral dialog.

        Parameters:
        fragment - The fragment which is starting the referral process.
      • registerCallback

         void registerCallback(CallbackManager callbackManager, FacebookCallback<ReferralResult> callback)

        Registers a referral callback to the given callback manager.

        Parameters:
        callbackManager - The callback manager that will encapsulate the callback.
        callback - The referral callback that will be called on referral completion.