Package 

Class BranchReferralUrlBuilder


  • 
    public class BranchReferralUrlBuilder
    extends BranchUrlBuilder<BranchReferralUrlBuilder>
                        

    Class for creating builder for getting a referral url with Branch. This builder provide an easy and flexible way to configure and create a referral url synchronously or asynchronously.

    • Method Summary

      Modifier and Type Method Description
      String getReferralUrl() Configures and requests a referral URL to be generated by the Branch servers, via a synchronouscall.
      void generateReferralUrl(Branch.BranchLinkCreateListener callback) Configures and requests a referral URL to be generated by the Branch servers, via an asynchronouscall; The Branch.BranchLinkCreateListener is called back with the url when the url is generated.
      • Methods inherited from class io.branch.referral.BranchUrlBuilder

        addParameters, addTag, addTags, setDefaultToLongUrl
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait