Skip to content

Commit

Permalink
Added method description
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 18, 2023
1 parent a243687 commit 0986974
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Branch-SDK/src/main/java/io/branch/referral/Branch.java
Original file line number Diff line number Diff line change
Expand Up @@ -2417,6 +2417,10 @@ public void logEventWithPurchase(@NonNull Context context, @NonNull Purchase pur
}
}

/**
* Send requests to EU endpoints.
* This feature must also be enabled on the server side, otherwise the server will drop requests. Contact your account manager for details.
*/
public static void useEUEndpoint() {
PrefHelper.useEUEndpoint(true);
}

Check warning on line 2426 in Branch-SDK/src/main/java/io/branch/referral/Branch.java

View check run for this annotation

Codecov / codecov/patch

Branch-SDK/src/main/java/io/branch/referral/Branch.java#L2425-L2426

Added lines #L2425 - L2426 were not covered by tests
Expand Down

0 comments on commit 0986974

Please sign in to comment.