|
1 | | -package com.cleversolutions.ads.android.sampleapp; |
| 1 | +package com.cleveradssolutions.sampleapp; |
2 | 2 |
|
3 | 3 | import android.app.Activity; |
4 | 4 | import android.os.Bundle; |
|
22 | 22 | import com.cleversolutions.ads.MediationManager; |
23 | 23 | import com.cleversolutions.ads.android.CAS; |
24 | 24 | import com.cleversolutions.ads.android.CASBannerView; |
| 25 | +import com.cleveradssolutions.sampleapp.R; |
25 | 26 |
|
26 | 27 | import java.util.Objects; |
27 | 28 |
|
@@ -159,7 +160,7 @@ public void onClosed() { |
159 | 160 | }; |
160 | 161 |
|
161 | 162 | // Any loading mode, except manual, |
162 | | - // automatically controls the preparation of ads for impressions. |
| 163 | + // automatically controls the preparation of sdk for impressions. |
163 | 164 | if (CAS.settings.getLoadingMode() == LoadingManagerMode.Manual) { |
164 | 165 | findViewById(R.id.loadInterBtn).setOnClickListener(v -> { |
165 | 166 | label.setText("Loading"); |
@@ -237,7 +238,7 @@ public void onClosed() { |
237 | 238 | }; |
238 | 239 |
|
239 | 240 | // Any loading mode, except manual, |
240 | | - // automatically controls the preparation of ads for impressions. |
| 241 | + // automatically controls the preparation of sdk for impressions. |
241 | 242 | if (CAS.settings.getLoadingMode() == LoadingManagerMode.Manual) { |
242 | 243 | findViewById(R.id.loadRewardedBtn).setOnClickListener(v -> { |
243 | 244 | label.setText("Loading"); |
|
0 commit comments