package defpackage;

import android.os.Parcel;
import android.os.Parcelable;

/* JADX INFO: renamed from: ˇᵖʗᵱ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0973 extends AbstractC0106 {
    public static final Parcelable.Creator<C0973> CREATOR = new C4040(6);

    /* JADX INFO: renamed from: ˈᵲᵢ, reason: contains not printable characters */
    public final Double f4259;

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final int f4260;

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final long f4261;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final String f4262;

    /* JADX INFO: renamed from: ᵨᵼⁱ, reason: contains not printable characters */
    public final Long f4263;

    /* JADX INFO: renamed from: ᵯᵷʽ, reason: contains not printable characters */
    public final String f4264;

    /* JADX INFO: renamed from: ᵶˇᵱ, reason: contains not printable characters */
    public final String f4265;

    public C0973(int i, String str, long j, Long l, Float f, String str2, String str3, Double d) {
        this.f4260 = i;
        this.f4262 = str;
        this.f4261 = j;
        this.f4263 = l;
        this.f4259 = i == 1 ? f != null ? Double.valueOf(f.doubleValue()) : null : d;
        this.f4264 = str2;
        this.f4265 = str3;
    }

    public C0973(long j, Object obj, String str, String str2) {
        ᵘᵞʿⁱ.ˊᵫᵗ(str);
        this.f4260 = 2;
        this.f4262 = str;
        this.f4261 = j;
        this.f4265 = str2;
        if (obj == null) {
            this.f4263 = null;
            this.f4259 = null;
            this.f4264 = null;
            return;
        }
        if (obj instanceof Long) {
            this.f4263 = (Long) obj;
            this.f4259 = null;
            this.f4264 = null;
        } else if (obj instanceof String) {
            this.f4263 = null;
            this.f4259 = null;
            this.f4264 = (String) obj;
        } else {
            if (!(obj instanceof Double)) {
                ᵕᵩʽᵲ.ᵮᵣᵗˈ("User attribute given of un-supported type");
                throw null;
            }
            this.f4263 = null;
            this.f4259 = (Double) obj;
            this.f4264 = null;
        }
    }

    public C0973(C4922 c4922) {
        this(c4922.f18721, c4922.f18719, c4922.f18718, c4922.f18717);
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i) {
        C4040.m8841(this, parcel);
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final Object m3298() {
        Long l = this.f4263;
        if (l != null) {
            return l;
        }
        Double d = this.f4259;
        if (d != null) {
            return d;
        }
        String str = this.f4264;
        if (str != null) {
            return str;
        }
        return null;
    }
}
