V1.0.1(2) 集成topon
This commit is contained in:
parent
cb795ec8e0
commit
e5a3440da7
@ -24,9 +24,9 @@ public class MyApp extends Application {
|
|||||||
|
|
||||||
public static String TAG = "---------Prank Master-----";
|
public static String TAG = "---------Prank Master-----";
|
||||||
|
|
||||||
private String APPId ="";
|
private String APPId ="h67a4770754962";
|
||||||
|
|
||||||
private String AppKey ="";
|
private String AppKey ="a44a46425ef9951c1f2c22a24338b5000";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
|
|||||||
@ -24,11 +24,18 @@ public class AdManager {
|
|||||||
private static final int type_show_close = 3;
|
private static final int type_show_close = 3;
|
||||||
private static final int type_show_fail = 4;
|
private static final int type_show_fail = 4;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* PRANK_INST_3
|
||||||
|
* n67a47721bf9c0
|
||||||
|
* PRANK_INST_2
|
||||||
|
* n67a477218c0ee
|
||||||
|
* PRANK_INST_1
|
||||||
|
* n67a4772151120
|
||||||
|
*/
|
||||||
|
|
||||||
|
private static final String place1Id = "n67a47721bf9c0";
|
||||||
private static final String place1Id = "";
|
private static final String place2Id = "n67a477218c0ee";
|
||||||
private static final String place2Id = "";
|
private static final String place3Id = "n67a4772151120";
|
||||||
private static final String place3Id = "";
|
|
||||||
|
|
||||||
|
|
||||||
private static boolean place1LoadFail = false;
|
private static boolean place1LoadFail = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user