Commit ffd221df authored by mengcuiguang's avatar mengcuiguang

1.3.0发版

parent ba60f4aa
......@@ -158,10 +158,6 @@ public class MintsApplication extends MultiDexApplication {
// 自定义logger
bindLogger();
YyzManager.INSTANCE.initYyz(this);
// 子线程初始化三方SDK
String processName = SystemUtils.INSTANCE.getProcessName(this, android.os.Process.myPid());
if (processName != null) {
......
......@@ -105,7 +105,7 @@ class MhVideoAdManager private constructor(activity: Activity) :
override fun onADError(p0: Int) {
LogUtil.d(TAG, "onADError->$p0")
TrackManager.getInstance().addCallImp(Constant.AD_SOURCE_FL, Constant.EVENT_TYPE_ONE, (p0).toString(), "")
TrackManager.getInstance().addCallImp(Constant.AD_SOURCE_FL, Constant.EVENT_TYPE_ONE, (p0).toString(), "onADError")
videoAdStatusListener?.adFail()
}
......
......@@ -9,8 +9,10 @@ import com.mints.goodmoney.MintsApplication
object YyzManager {
private const val KEY = "37e179d05b23b0a"
private const val APPID = "550"
fun initYyz(appActivity: Application) {
//当用户登陆了且权限具备了后执行初始化操作
AdManager.getInstance(appActivity).init(appActivity, APPID, UserManager.getInstance().userID, KEY, object : CommonCallBack<Any?> {
......
......@@ -24,6 +24,6 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="20dp"
android:text="请关注公众号:金币宝箱,获取更多赚钱资讯" />
android:text="请关注公众号:淘金空间,获取更多赚钱资讯" />
</merge>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment