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 03dec96 commit 6b164c0Copy full SHA for 6b164c0
android-sdk/src/main/java/com/optimizely/ab/android/sdk/OptimizelyManager.java
@@ -322,6 +322,7 @@ 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
*/
328
public static @NonNull String getDatafileUrl(String projectId) {
0 commit comments