We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387f74a commit 03dec96Copy full SHA for 03dec96
android-sdk/src/main/java/com/optimizely/ab/android/sdk/OptimizelyManager.java
@@ -324,7 +324,7 @@ public boolean isDatafileCached(Context context) {
324
* Returns the URL of the versioned datafile that this SDK expects to use
325
* @return the CDN location of the datafile
326
*/
327
- public @NonNull String getDatafileUrl() {
+ public static @NonNull String getDatafileUrl(String projectId) {
328
return DataFileService.getDatafileUrl(projectId);
329
}
330
0 commit comments