jimu-decompiled/sources/io/fabric/sdk/android/services/settings/AppRequestData.java
2025-05-13 19:24:51 +02:00

34 lines
958 B
Java

package io.fabric.sdk.android.services.settings;
import io.fabric.sdk.android.KitInfo;
import java.util.Collection;
/* loaded from: classes2.dex */
public class AppRequestData {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final int g;
public final String h;
public final String i;
public final IconRequest j;
public final Collection<KitInfo> k;
public AppRequestData(String str, String str2, String str3, String str4, String str5, String str6, int i, String str7, String str8, IconRequest iconRequest, Collection<KitInfo> collection) {
this.a = str;
this.b = str2;
this.c = str3;
this.d = str4;
this.e = str5;
this.f = str6;
this.g = i;
this.h = str7;
this.i = str8;
this.j = iconRequest;
this.k = collection;
}
}