Skip to content

Commit 15c2fb9

Browse files
committed
2.3.8
1 parent bd21d73 commit 15c2fb9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zs-ads/src/main/java/com/zayvius/zs_ads/ads/ZayviusAdsGDPR.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import com.google.android.ump.UserMessagingPlatform;
1010

1111
public class ZayviusAdsGDPR {
12-
public static ConsentInformation consentInformation;
13-
public static ConsentForm consentForm;
12+
private static ConsentInformation consentInformation;
13+
private static ConsentForm consentForm;
1414

1515
/*Admob*/
1616
public static void Admob(Activity activity){

zs-ads/src/main/java/com/zayvius/zs_ads/ads/ZayviusAdsNative.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public class ZayviusAdsNative {
4747

4848
/*Click Native*/
4949
public static boolean Disable_Click_ONOFF=false;
50+
public static boolean IntervalNativeMethod1=false;
51+
5052

5153
public static void NativeAds(Activity activity, FrameLayout frameLayout,boolean disable_click, boolean size_small){
5254
switch (ZayviusAdsMain.main_ad) {
@@ -102,6 +104,7 @@ public void onAdFailedToLoad(@NonNull LoadAdError loadAdError) {
102104
@Override
103105
public void onAdClicked() {
104106
Disable_Click_ONOFF = true;
107+
IntervalNativeMethod1 = true;
105108
}
106109
}).build();
107110
AdRequest adRequest = new AdRequest.Builder().build();
@@ -143,6 +146,7 @@ public void onAdFailedToLoad(@NonNull LoadAdError loadAdError) {
143146
@Override
144147
public void onAdClicked() {
145148
Disable_Click_ONOFF = true;
149+
IntervalNativeMethod1 = true;
146150
}
147151
}).build();
148152
AdRequest adRequest = new AdRequest.Builder().build();

0 commit comments

Comments
 (0)