package i8; import android.os.Bundle; /* loaded from: classes2.dex */ public class i implements e { /* renamed from: b, reason: collision with root package name */ public static final String f10957b = "i8.i"; /* renamed from: a, reason: collision with root package name */ private a f10958a; public interface a { void a(); } public i(a aVar) { this.f10958a = aVar; } public static g b(String str) { Bundle bundle = new Bundle(); bundle.putString("appId", str); return new g(f10957b).k(bundle).o(true).l(4); } @Override // i8.e public int a(Bundle bundle, h hVar) { if (bundle.getString("appId", null) == null) { return 1; } this.f10958a.a(); return 0; } }