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.
2 parents 387f74a + 6b164c0 commit c3ade14Copy full SHA for c3ade14
android-sdk/src/main/java/com/optimizely/ab/android/sdk/OptimizelyManager.java
@@ -322,9 +322,10 @@ public boolean isDatafileCached(Context context) {
322
323
/**
324
* Returns the URL of the versioned datafile that this SDK expects to use
325
+ * @param projectId The id of the project for which we are getting the datafile
326
* @return the CDN location of the datafile
327
*/
- public @NonNull String getDatafileUrl() {
328
+ public static @NonNull String getDatafileUrl(String projectId) {
329
return DataFileService.getDatafileUrl(projectId);
330
}
331
0 commit comments