Skip to content

Commit

Permalink
External request - make 'EppoClient.refreshConfiguration' public (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodo-booksy authored May 31, 2024
1 parent e7239ab commit 7e0fccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eppo/src/main/java/cloud/eppo/android/EppoClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static EppoClient init(Application application, String apiKey, String hos
return instance;
}

private void refreshConfiguration(InitializationCallback callback) {
public void refreshConfiguration(InitializationCallback callback) {
requestor.load(callback);
}

Expand Down

0 comments on commit 7e0fccf

Please sign in to comment.