Skip to content

Release 5.21.0

Choose a tag to compare

@gdeluna-branchgdeluna-branch released this 16 Apr 20:13
da7ef20
  • v5.21.0
    • Add an optional configuration to allow cancelling Install Referrer fetch.
      • setInstallReferrerTimeout(int timeoutInMilliseconds)
      • After the Branch singleton is initialized in Application onCreate
        For example:
        Branch.getInstance().setInstallReferrerTimeout(250)
        Or use branch.json
        {
           "installReferrerFetchTimeout": 250
        }
        
      • Setting to 0 milliseconds will not impose a timeout (default behavior).