- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
37 lines
939 B
Java
37 lines
939 B
Java
package com.ironsource;
|
|
|
|
import com.ironsource.mediationsdk.utils.IronSourceConstants;
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class ug {
|
|
private final x1 a;
|
|
|
|
public ug(x1 x1Var) {
|
|
this.a = x1Var;
|
|
}
|
|
|
|
public void a() {
|
|
this.a.a(u1.INIT_SUCCESS, null);
|
|
}
|
|
|
|
public void a(int i, String str) {
|
|
HashMap hashMap = new HashMap();
|
|
hashMap.put("errorCode", Integer.valueOf(i));
|
|
hashMap.put("reason", str);
|
|
this.a.a(u1.INIT_FAILED, hashMap);
|
|
}
|
|
|
|
public void a(long j) {
|
|
HashMap hashMap = new HashMap();
|
|
hashMap.put(IronSourceConstants.EVENTS_DURATION, Long.valueOf(j));
|
|
this.a.a(u1.INIT_ENDED, hashMap);
|
|
}
|
|
|
|
public void a(String str, String str2) {
|
|
HashMap hashMap = new HashMap();
|
|
hashMap.put(IronSourceConstants.EVENTS_EXT1, str + "|" + str2);
|
|
this.a.a(u1.INIT_STARTED, hashMap);
|
|
}
|
|
}
|