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 7f58ba0 commit ff9358cCopy full SHA for ff9358c
Adjust/sdk-core/src/main/java/com/adjust/sdk/AdjustConfig.java
@@ -382,6 +382,10 @@ public boolean isFinalAttributionEnabled() {
382
return finalAttributionEnabled;
383
}
384
385
+ public String getFbAppId() {
386
+ return fbAppId;
387
+ }
388
+
389
private void setLogLevel(LogLevel logLevel, String environment) {
390
logger.setLogLevel(logLevel, AdjustConfig.ENVIRONMENT_PRODUCTION.equals(environment));
391
0 commit comments