File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugins/sdk-plugin-webbridge/src/main/java/com/adjust/sdk/webbridge
sdk-core/src/main/java/com/adjust/sdk Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ public boolean launchReceivedDeeplink(Uri deeplink) {
385385 if (storeName != null ) {
386386 AdjustStoreInfo adjustStoreInfo = new AdjustStoreInfo (storeName );
387387 adjustStoreInfo .setStoreAppId (storeAppId );
388- adjustConfig .setAdjustStoreInfo (adjustStoreInfo );
388+ adjustConfig .setStoreInfo (adjustStoreInfo );
389389 }
390390
391391 Adjust .initSdk (adjustConfig );
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public void enableFirstSessionDelay() {
162162 this .isFirstSessionDelayEnabled = true ;
163163 }
164164
165- public void setAdjustStoreInfo (AdjustStoreInfo adjustStoreInfo ) {
165+ public void setStoreInfo (AdjustStoreInfo adjustStoreInfo ) {
166166 this .adjustStoreInfo = adjustStoreInfo ;
167167 }
168168
@@ -258,7 +258,7 @@ public boolean isDeviceIdsReadingOnceEnabled() {
258258 return isDeviceIdsReadingOnceEnabled ;
259259 }
260260
261- public AdjustStoreInfo getAdjustStoreInfo () {
261+ public AdjustStoreInfo getStoreInfo () {
262262 return adjustStoreInfo ;
263263 }
264264
You can’t perform that action at this time.
0 commit comments