97.7 - Beta (97107)

This commit is contained in:
Juby210 2021-10-15 01:14:23 +02:00
parent cf553b2189
commit 86ccd10603
44 changed files with 614 additions and 681 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 29
versionCode 97106
versionName "97.6 - Beta"
versionCode 97107
versionName "97.7 - Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="97106" android:versionName="97.6 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="97107" android:versionName="97.7 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

View File

@ -6,12 +6,11 @@ import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.analytics.generated.traits.TrackSourceMetadata;
import com.discord.analytics.generated.traits.TrackSourceMetadataReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackAgeGateSubmitted.kt */
public final class TrackAgeGateSubmitted implements AnalyticsSchema, TrackBaseReceiver, TrackSourceMetadataReceiver {
private final transient String analyticsSchemaTypeName;
private final UtcDateTime dob;
private final Long dob;
private final Long dobDay;
private final Long dobMonth;
private final Long dobYear;
@ -26,11 +25,11 @@ public final class TrackAgeGateSubmitted implements AnalyticsSchema, TrackBaseRe
this.analyticsSchemaTypeName = "age_gate_submitted";
}
public TrackAgeGateSubmitted(UtcDateTime utcDateTime, Long l, Long l2, Long l3) {
this.dob = utcDateTime;
this.dobDay = l;
this.dobMonth = l2;
this.dobYear = l3;
public TrackAgeGateSubmitted(Long l, Long l2, Long l3, Long l4) {
this.dob = l;
this.dobDay = l2;
this.dobMonth = l3;
this.dobYear = l4;
this.analyticsSchemaTypeName = "age_gate_submitted";
}
@ -55,16 +54,16 @@ public final class TrackAgeGateSubmitted implements AnalyticsSchema, TrackBaseRe
}
public int hashCode() {
UtcDateTime utcDateTime = this.dob;
Long l = this.dob;
int i = 0;
int hashCode = (utcDateTime != null ? utcDateTime.hashCode() : 0) * 31;
Long l = this.dobDay;
int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31;
Long l2 = this.dobMonth;
int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.dobYear;
if (l3 != null) {
i = l3.hashCode();
int hashCode = (l != null ? l.hashCode() : 0) * 31;
Long l2 = this.dobDay;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.dobMonth;
int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.dobYear;
if (l4 != null) {
i = l4.hashCode();
}
return hashCode3 + i;
}

View File

@ -4,14 +4,13 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackAnalyticsDataQueried.kt */
public final class TrackAnalyticsDataQueried implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "analytics_data_queried";
private final Long applicationId = null;
private final UtcDateTime dateRangeEnd = null;
private final UtcDateTime dateRangeStart = null;
private final Long dateRangeEnd = null;
private final Long dateRangeStart = null;
private final Long guildId = null;
private final Long interval = null;
private final Boolean responseHasData = null;
@ -43,12 +42,12 @@ public final class TrackAnalyticsDataQueried implements AnalyticsSchema, TrackBa
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence = this.tableName;
int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.dateRangeStart;
int hashCode4 = (hashCode3 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.dateRangeEnd;
int hashCode5 = (hashCode4 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
Long l3 = this.interval;
int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l3 = this.dateRangeStart;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.dateRangeEnd;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.interval;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Boolean bool = this.responseIsSuccessful;
int hashCode7 = (hashCode6 + (bool != null ? bool.hashCode() : 0)) * 31;
Boolean bool2 = this.responseHasData;

View File

@ -4,12 +4,11 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackAppLandingViewed.kt */
public final class TrackAppLandingViewed implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "app_landing_viewed";
private final UtcDateTime lastLogoutTs = null;
private final Long lastLogoutTs = null;
private TrackBase trackBase;
@Override // com.discord.api.science.AnalyticsSchema
@ -25,17 +24,14 @@ public final class TrackAppLandingViewed implements AnalyticsSchema, TrackBaseRe
}
public int hashCode() {
UtcDateTime utcDateTime = this.lastLogoutTs;
if (utcDateTime != null) {
return utcDateTime.hashCode();
Long l = this.lastLogoutTs;
if (l != null) {
return l.hashCode();
}
return 0;
}
public String toString() {
StringBuilder O = a.O("TrackAppLandingViewed(lastLogoutTs=");
O.append(this.lastLogoutTs);
O.append(")");
return O.toString();
return a.E(a.O("TrackAppLandingViewed(lastLogoutTs="), this.lastLogoutTs, ")");
}
}

View File

@ -4,7 +4,6 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
import java.util.List;
/* compiled from: TrackCaptchaSolved.kt */
@ -12,7 +11,7 @@ public final class TrackCaptchaSolved implements AnalyticsSchema, TrackBaseRecei
private final transient String analyticsSchemaTypeName = "captcha_solved";
private final Boolean captchaRequired = null;
private final CharSequence captchaService = null;
private final UtcDateTime challengeTs = null;
private final Long challengeTs = null;
private final List<CharSequence> errorCodes = null;
private final Boolean forceBad = null;
private final CharSequence hostname = null;
@ -51,8 +50,8 @@ public final class TrackCaptchaSolved implements AnalyticsSchema, TrackBaseRecei
int hashCode = (bool != null ? bool.hashCode() : 0) * 31;
Boolean bool2 = this.forceBad;
int hashCode2 = (hashCode + (bool2 != null ? bool2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.challengeTs;
int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l = this.challengeTs;
int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31;
CharSequence charSequence = this.hostname;
int hashCode4 = (hashCode3 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.scopedUid0;
@ -73,15 +72,15 @@ public final class TrackCaptchaSolved implements AnalyticsSchema, TrackBaseRecei
int hashCode12 = (hashCode11 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31;
Boolean bool3 = this.captchaRequired;
int hashCode13 = (hashCode12 + (bool3 != null ? bool3.hashCode() : 0)) * 31;
Long l = this.locationGuildId;
int hashCode14 = (hashCode13 + (l != null ? l.hashCode() : 0)) * 31;
Long l2 = this.locationChannelId;
int hashCode15 = (hashCode14 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.locationChannelType;
int hashCode16 = (hashCode15 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.locationMessageId;
if (l4 != null) {
i = l4.hashCode();
Long l2 = this.locationGuildId;
int hashCode14 = (hashCode13 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.locationChannelId;
int hashCode15 = (hashCode14 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.locationChannelType;
int hashCode16 = (hashCode15 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.locationMessageId;
if (l5 != null) {
i = l5.hashCode();
}
return hashCode16 + i;
}

View File

@ -4,14 +4,13 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackExternalPaymentFailed.kt */
public final class TrackExternalPaymentFailed implements AnalyticsSchema, TrackBaseReceiver {
private final Long amount = null;
private final Long amountRefunded = null;
private final transient String analyticsSchemaTypeName = "external_payment_failed";
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final CharSequence currency = null;
private final Long paymentGateway = null;
private final Long paymentId = null;
@ -20,8 +19,8 @@ public final class TrackExternalPaymentFailed implements AnalyticsSchema, TrackB
private final Long skuId = null;
private final Long skuSubscriptionPlanId = null;
private final Long skuType = null;
private final UtcDateTime subscriptionCurrentPeriodEnd = null;
private final UtcDateTime subscriptionCurrentPeriodStart = null;
private final Long subscriptionCurrentPeriodEnd = null;
private final Long subscriptionCurrentPeriodStart = null;
private final Long subscriptionId = null;
private final CharSequence subscriptionPaymentGatewayPlanId = null;
private final Long subscriptionPlanId = null;
@ -51,45 +50,45 @@ public final class TrackExternalPaymentFailed implements AnalyticsSchema, TrackB
Long l = this.amount;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.createdAt;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence = this.currency;
int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Long l2 = this.amountRefunded;
int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.paymentId;
int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l3 = this.amountRefunded;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.paymentId;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.paymentType;
int hashCode7 = (hashCode6 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l5 = this.price;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.skuId;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.skuSubscriptionPlanId;
int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuType;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.subscriptionCurrentPeriodEnd;
int hashCode12 = (hashCode11 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart;
int hashCode13 = (hashCode12 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
Long l9 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l6 = this.price;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.skuId;
int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuSubscriptionPlanId;
int hashCode10 = (hashCode9 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuType;
int hashCode11 = (hashCode10 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.subscriptionCurrentPeriodEnd;
int hashCode12 = (hashCode11 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionCurrentPeriodStart;
int hashCode13 = (hashCode12 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l12 != null ? l12.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId;
int hashCode15 = (hashCode14 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l10 = this.subscriptionPlanId;
int hashCode16 = (hashCode15 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionPremiumGuildPlanId;
int hashCode17 = (hashCode16 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionPremiumGuildQuantity;
int hashCode18 = (hashCode17 + (l12 != null ? l12.hashCode() : 0)) * 31;
Long l13 = this.subscriptionPremiumPlanId;
int hashCode19 = (hashCode18 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionType;
if (l14 != null) {
i = l14.hashCode();
Long l13 = this.subscriptionPlanId;
int hashCode16 = (hashCode15 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionPremiumGuildPlanId;
int hashCode17 = (hashCode16 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.subscriptionPremiumGuildQuantity;
int hashCode18 = (hashCode17 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.subscriptionPremiumPlanId;
int hashCode19 = (hashCode18 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.subscriptionType;
if (l17 != null) {
i = l17.hashCode();
}
return hashCode19 + i;
}

View File

@ -4,14 +4,13 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackExternalPaymentSucceeded.kt */
public final class TrackExternalPaymentSucceeded implements AnalyticsSchema, TrackBaseReceiver {
private final Long amount = null;
private final Long amountRefunded = null;
private final transient String analyticsSchemaTypeName = "external_payment_succeeded";
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final CharSequence currency = null;
private final Long paymentGateway = null;
private final Long paymentId = null;
@ -20,8 +19,8 @@ public final class TrackExternalPaymentSucceeded implements AnalyticsSchema, Tra
private final Long skuId = null;
private final Long skuSubscriptionPlanId = null;
private final Long skuType = null;
private final UtcDateTime subscriptionCurrentPeriodEnd = null;
private final UtcDateTime subscriptionCurrentPeriodStart = null;
private final Long subscriptionCurrentPeriodEnd = null;
private final Long subscriptionCurrentPeriodStart = null;
private final Long subscriptionId = null;
private final CharSequence subscriptionPaymentGatewayPlanId = null;
private final Long subscriptionPlanId = null;
@ -51,45 +50,45 @@ public final class TrackExternalPaymentSucceeded implements AnalyticsSchema, Tra
Long l = this.amount;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.createdAt;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence = this.currency;
int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Long l2 = this.amountRefunded;
int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.paymentId;
int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l3 = this.amountRefunded;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.paymentId;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.paymentType;
int hashCode7 = (hashCode6 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l5 = this.price;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.skuId;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.skuSubscriptionPlanId;
int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuType;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.subscriptionCurrentPeriodEnd;
int hashCode12 = (hashCode11 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart;
int hashCode13 = (hashCode12 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
Long l9 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l6 = this.price;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.skuId;
int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuSubscriptionPlanId;
int hashCode10 = (hashCode9 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuType;
int hashCode11 = (hashCode10 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.subscriptionCurrentPeriodEnd;
int hashCode12 = (hashCode11 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionCurrentPeriodStart;
int hashCode13 = (hashCode12 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l12 != null ? l12.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId;
int hashCode15 = (hashCode14 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l10 = this.subscriptionPlanId;
int hashCode16 = (hashCode15 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionPremiumGuildPlanId;
int hashCode17 = (hashCode16 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionPremiumGuildQuantity;
int hashCode18 = (hashCode17 + (l12 != null ? l12.hashCode() : 0)) * 31;
Long l13 = this.subscriptionPremiumPlanId;
int hashCode19 = (hashCode18 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionType;
if (l14 != null) {
i = l14.hashCode();
Long l13 = this.subscriptionPlanId;
int hashCode16 = (hashCode15 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionPremiumGuildPlanId;
int hashCode17 = (hashCode16 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.subscriptionPremiumGuildQuantity;
int hashCode18 = (hashCode17 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.subscriptionPremiumPlanId;
int hashCode19 = (hashCode18 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.subscriptionType;
if (l17 != null) {
i = l17.hashCode();
}
return hashCode19 + i;
}

View File

@ -8,14 +8,13 @@ import com.discord.analytics.generated.traits.TrackChannelReceiver;
import com.discord.analytics.generated.traits.TrackGuild;
import com.discord.analytics.generated.traits.TrackGuildReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackFailedMessageResolved.kt */
public final class TrackFailedMessageResolved implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver {
private final transient String analyticsSchemaTypeName = "failed_message_resolved";
private final Boolean hasImage = null;
private final Boolean hasVideo = null;
private final UtcDateTime initialAttemptTs = null;
private final Long initialAttemptTs = null;
private final Long maxAttachmentSize = null;
private final Long numAttachments = null;
private final Long numRetries = null;
@ -56,10 +55,10 @@ public final class TrackFailedMessageResolved implements AnalyticsSchema, TrackB
int hashCode5 = (hashCode4 + (bool2 != null ? bool2.hashCode() : 0)) * 31;
CharSequence charSequence = this.resolutionType;
int hashCode6 = (hashCode5 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.initialAttemptTs;
int hashCode7 = (hashCode6 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l4 = this.numRetries;
int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l4 = this.initialAttemptTs;
int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.numRetries;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Boolean bool3 = this.previewEnabled;
if (bool3 != null) {
i = bool3.hashCode();

View File

@ -4,12 +4,11 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackGooglePlayOneTimeNotificationReceived.kt */
public final class TrackGooglePlayOneTimeNotificationReceived implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "google_play_one_time_notification_received";
private final UtcDateTime eventTime = null;
private final Long eventTime = null;
private final CharSequence messageId = null;
private final Long notificationType = null;
private final CharSequence notificationVersion = null;
@ -55,12 +54,12 @@ public final class TrackGooglePlayOneTimeNotificationReceived implements Analyti
int hashCode6 = (hashCode5 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.packageName;
int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.eventTime;
int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l4 = this.eventTime;
int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.notificationVersion;
int hashCode9 = (hashCode8 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31;
Long l4 = this.notificationType;
int hashCode10 = (hashCode9 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.notificationType;
int hashCode10 = (hashCode9 + (l5 != null ? l5.hashCode() : 0)) * 31;
CharSequence charSequence6 = this.purchaseToken;
int hashCode11 = (hashCode10 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31;
CharSequence charSequence7 = this.orderId;

View File

@ -4,12 +4,11 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackGooglePlaySubscriptionNotificationReceived.kt */
public final class TrackGooglePlaySubscriptionNotificationReceived implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "google_play_subscription_notification_received";
private final UtcDateTime eventTime = null;
private final Long eventTime = null;
private final CharSequence messageId = null;
private final Long notificationType = null;
private final CharSequence notificationVersion = null;
@ -56,12 +55,12 @@ public final class TrackGooglePlaySubscriptionNotificationReceived implements An
int hashCode6 = (hashCode5 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.packageName;
int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.eventTime;
int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l4 = this.eventTime;
int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.notificationVersion;
int hashCode9 = (hashCode8 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31;
Long l4 = this.notificationType;
int hashCode10 = (hashCode9 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.notificationType;
int hashCode10 = (hashCode9 + (l5 != null ? l5.hashCode() : 0)) * 31;
CharSequence charSequence6 = this.purchaseToken;
int hashCode11 = (hashCode10 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31;
CharSequence charSequence7 = this.subscriptionSkuId;

View File

@ -8,13 +8,12 @@ import com.discord.analytics.generated.traits.TrackChannelReceiver;
import com.discord.analytics.generated.traits.TrackGuild;
import com.discord.analytics.generated.traits.TrackGuildReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
import java.util.List;
/* compiled from: TrackGuildScheduledEventCreated.kt */
public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver {
private final transient String analyticsSchemaTypeName = "guild_scheduled_event_created";
private final UtcDateTime endTime = null;
private final Long endTime = null;
private final Long guildScheduledEventEntityType = null;
private final CharSequence guildScheduledEventExternalLocation = null;
private final Long guildScheduledEventId = null;
@ -23,7 +22,7 @@ public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, T
private final CharSequence name = null;
private final Long privacyLevel = null;
private final List<Long> skuIds = null;
private final UtcDateTime startTime = null;
private final Long startTime = null;
private TrackBase trackBase;
private TrackChannel trackChannel;
private TrackGuild trackGuild;
@ -50,23 +49,23 @@ public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, T
int hashCode = (l != null ? l.hashCode() : 0) * 31;
CharSequence charSequence = this.name;
int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.startTime;
int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.endTime;
int hashCode4 = (hashCode3 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
Long l2 = this.startTime;
int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.endTime;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
List<Long> list = this.skuIds;
int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31;
Long l2 = this.guildScheduledEventStatus;
int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.privacyLevel;
int hashCode7 = (hashCode6 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.guildScheduledEventEntityType;
int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l4 = this.guildScheduledEventStatus;
int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.privacyLevel;
int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.guildScheduledEventEntityType;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.guildScheduledEventExternalLocation;
int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l5 = this.guildScheduledEventInterestedCount;
if (l5 != null) {
i = l5.hashCode();
Long l7 = this.guildScheduledEventInterestedCount;
if (l7 != null) {
i = l7.hashCode();
}
return hashCode9 + i;
}

View File

@ -8,13 +8,12 @@ import com.discord.analytics.generated.traits.TrackChannelReceiver;
import com.discord.analytics.generated.traits.TrackGuild;
import com.discord.analytics.generated.traits.TrackGuildReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
import java.util.List;
/* compiled from: TrackGuildScheduledEventUpdated.kt */
public final class TrackGuildScheduledEventUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver {
private final transient String analyticsSchemaTypeName = "guild_scheduled_event_updated";
private final UtcDateTime endTime = null;
private final Long endTime = null;
private final Long guildScheduledEventEntityType = null;
private final CharSequence guildScheduledEventExternalLocation = null;
private final Long guildScheduledEventId = null;
@ -23,7 +22,7 @@ public final class TrackGuildScheduledEventUpdated implements AnalyticsSchema, T
private final CharSequence name = null;
private final Long privacyLevel = null;
private final List<Long> skuIds = null;
private final UtcDateTime startTime = null;
private final Long startTime = null;
private TrackBase trackBase;
private TrackChannel trackChannel;
private TrackGuild trackGuild;
@ -50,23 +49,23 @@ public final class TrackGuildScheduledEventUpdated implements AnalyticsSchema, T
int hashCode = (l != null ? l.hashCode() : 0) * 31;
CharSequence charSequence = this.name;
int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.startTime;
int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.endTime;
int hashCode4 = (hashCode3 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
Long l2 = this.startTime;
int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.endTime;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
List<Long> list = this.skuIds;
int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31;
Long l2 = this.guildScheduledEventStatus;
int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.privacyLevel;
int hashCode7 = (hashCode6 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.guildScheduledEventEntityType;
int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l4 = this.guildScheduledEventStatus;
int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.privacyLevel;
int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.guildScheduledEventEntityType;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.guildScheduledEventExternalLocation;
int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l5 = this.guildScheduledEventInterestedCount;
if (l5 != null) {
i = l5.hashCode();
Long l7 = this.guildScheduledEventInterestedCount;
if (l7 != null) {
i = l7.hashCode();
}
return hashCode9 + i;
}

View File

@ -10,19 +10,18 @@ import com.discord.analytics.generated.traits.TrackGuildReceiver;
import com.discord.analytics.generated.traits.TrackLocationMetadata;
import com.discord.analytics.generated.traits.TrackLocationMetadataReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackNotificationSettingsUpdated.kt */
public final class TrackNotificationSettingsUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver, TrackLocationMetadataReceiver {
private final transient String analyticsSchemaTypeName = "notification_settings_updated";
private final UtcDateTime channeMutedUntil = null;
private final Long channeMutedUntil = null;
private final Boolean channelIsMuted = null;
private final Boolean channelIsOverridden = null;
private final CharSequence channelMessageNotificationSettings = null;
private final UtcDateTime channelMutedUntil = null;
private final Long channelMutedUntil = null;
private final Boolean guildIsMuted = null;
private final CharSequence guildMessageNotificationSettings = null;
private final UtcDateTime guildMutedUntil = null;
private final Long guildMutedUntil = null;
private final Boolean guildReceiveMobilePush = null;
private final Boolean guildSuppressEveryone = null;
private final Boolean guildSuppressRoles = null;
@ -59,22 +58,22 @@ public final class TrackNotificationSettingsUpdated implements AnalyticsSchema,
int hashCode3 = (hashCode2 + (bool2 != null ? bool2.hashCode() : 0)) * 31;
Boolean bool3 = this.guildIsMuted;
int hashCode4 = (hashCode3 + (bool3 != null ? bool3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.guildMutedUntil;
int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l = this.guildMutedUntil;
int hashCode5 = (hashCode4 + (l != null ? l.hashCode() : 0)) * 31;
Boolean bool4 = this.guildReceiveMobilePush;
int hashCode6 = (hashCode5 + (bool4 != null ? bool4.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.guildMessageNotificationSettings;
int hashCode7 = (hashCode6 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l = this.parentId;
int hashCode8 = (hashCode7 + (l != null ? l.hashCode() : 0)) * 31;
Long l2 = this.parentId;
int hashCode8 = (hashCode7 + (l2 != null ? l2.hashCode() : 0)) * 31;
Boolean bool5 = this.channelIsOverridden;
int hashCode9 = (hashCode8 + (bool5 != null ? bool5.hashCode() : 0)) * 31;
Boolean bool6 = this.channelIsMuted;
int hashCode10 = (hashCode9 + (bool6 != null ? bool6.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.channeMutedUntil;
int hashCode11 = (hashCode10 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.channelMutedUntil;
int hashCode12 = (hashCode11 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
Long l3 = this.channeMutedUntil;
int hashCode11 = (hashCode10 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.channelMutedUntil;
int hashCode12 = (hashCode11 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.channelMessageNotificationSettings;
if (charSequence3 != null) {
i = charSequence3.hashCode();

View File

@ -4,7 +4,6 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackPaymentAttempted.kt */
public final class TrackPaymentAttempted implements AnalyticsSchema, TrackBaseReceiver {
@ -12,7 +11,7 @@ public final class TrackPaymentAttempted implements AnalyticsSchema, TrackBaseRe
private final Long amountRefunded = null;
private final transient String analyticsSchemaTypeName = "payment_attempted";
private final Boolean captured = null;
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final CharSequence currency = null;
private final CharSequence failureMessage = null;
private final Boolean isGift = null;
@ -26,9 +25,9 @@ public final class TrackPaymentAttempted implements AnalyticsSchema, TrackBaseRe
private final Long skuId = null;
private final Long skuSubscriptionPlanId = null;
private final Long skuType = null;
private final UtcDateTime subscriptionCreatedAt = null;
private final UtcDateTime subscriptionCurrentPeriodEnd = null;
private final UtcDateTime subscriptionCurrentPeriodStart = null;
private final Long subscriptionCreatedAt = null;
private final Long subscriptionCurrentPeriodEnd = null;
private final Long subscriptionCurrentPeriodStart = null;
private final Long subscriptionId = null;
private final CharSequence subscriptionPaymentGatewayPlanId = null;
private final Long subscriptionPlanId = null;
@ -57,46 +56,46 @@ public final class TrackPaymentAttempted implements AnalyticsSchema, TrackBaseRe
Long l = this.paymentId;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.createdAt;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence = this.paymentType;
int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Long l2 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.price;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l3 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.price;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.currency;
int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l4 = this.amount;
int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.tax;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l5 = this.amount;
int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.tax;
int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31;
Boolean bool = this.taxInclusive;
int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31;
Long l7 = this.skuId;
int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuType;
int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l8 = this.skuId;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuType;
int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId;
int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l12 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31;
Long l13 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l13 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.paymentSourceCountry;
int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.failureMessage;

View File

@ -4,7 +4,6 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackPaymentBlocked.kt */
public final class TrackPaymentBlocked implements AnalyticsSchema, TrackBaseReceiver {
@ -12,7 +11,7 @@ public final class TrackPaymentBlocked implements AnalyticsSchema, TrackBaseRece
private final Long amountRefunded = null;
private final transient String analyticsSchemaTypeName = "payment_blocked";
private final Boolean captured = null;
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final CharSequence currency = null;
private final CharSequence failureMessage = null;
private final Boolean isGift = null;
@ -27,9 +26,9 @@ public final class TrackPaymentBlocked implements AnalyticsSchema, TrackBaseRece
private final Long skuId = null;
private final Long skuSubscriptionPlanId = null;
private final Long skuType = null;
private final UtcDateTime subscriptionCreatedAt = null;
private final UtcDateTime subscriptionCurrentPeriodEnd = null;
private final UtcDateTime subscriptionCurrentPeriodStart = null;
private final Long subscriptionCreatedAt = null;
private final Long subscriptionCurrentPeriodEnd = null;
private final Long subscriptionCurrentPeriodStart = null;
private final Long subscriptionId = null;
private final CharSequence subscriptionPaymentGatewayPlanId = null;
private final Long subscriptionPlanId = null;
@ -58,46 +57,46 @@ public final class TrackPaymentBlocked implements AnalyticsSchema, TrackBaseRece
Long l = this.paymentId;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.createdAt;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence = this.paymentType;
int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Long l2 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.price;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l3 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.price;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.currency;
int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l4 = this.amount;
int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.tax;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l5 = this.amount;
int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.tax;
int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31;
Boolean bool = this.taxInclusive;
int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31;
Long l7 = this.skuId;
int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuType;
int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l8 = this.skuId;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuType;
int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId;
int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l12 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31;
Long l13 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l13 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.paymentSourceCountry;
int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.failureMessage;

View File

@ -4,7 +4,6 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackPaymentFailed.kt */
public final class TrackPaymentFailed implements AnalyticsSchema, TrackBaseReceiver {
@ -12,7 +11,7 @@ public final class TrackPaymentFailed implements AnalyticsSchema, TrackBaseRecei
private final Long amountRefunded = null;
private final transient String analyticsSchemaTypeName = "payment_failed";
private final Boolean captured = null;
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final CharSequence currency = null;
private final CharSequence failureCode = null;
private final CharSequence failureMessage = null;
@ -28,9 +27,9 @@ public final class TrackPaymentFailed implements AnalyticsSchema, TrackBaseRecei
private final Long skuId = null;
private final Long skuSubscriptionPlanId = null;
private final Long skuType = null;
private final UtcDateTime subscriptionCreatedAt = null;
private final UtcDateTime subscriptionCurrentPeriodEnd = null;
private final UtcDateTime subscriptionCurrentPeriodStart = null;
private final Long subscriptionCreatedAt = null;
private final Long subscriptionCurrentPeriodEnd = null;
private final Long subscriptionCurrentPeriodStart = null;
private final Long subscriptionId = null;
private final CharSequence subscriptionPaymentGatewayPlanId = null;
private final Long subscriptionPlanId = null;
@ -61,46 +60,46 @@ public final class TrackPaymentFailed implements AnalyticsSchema, TrackBaseRecei
int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31;
Long l = this.paymentId;
int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.createdAt;
int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.paymentType;
int hashCode4 = (hashCode3 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l2 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.price;
int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l3 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.price;
int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.currency;
int hashCode7 = (hashCode6 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l4 = this.amount;
int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.amountRefunded;
int hashCode9 = (hashCode8 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.tax;
int hashCode10 = (hashCode9 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l5 = this.amount;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.amountRefunded;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.tax;
int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31;
Boolean bool = this.taxInclusive;
int hashCode11 = (hashCode10 + (bool != null ? bool.hashCode() : 0)) * 31;
Long l7 = this.skuId;
int hashCode12 = (hashCode11 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuType;
int hashCode13 = (hashCode12 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuSubscriptionPlanId;
int hashCode14 = (hashCode13 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.subscriptionId;
int hashCode15 = (hashCode14 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionType;
int hashCode16 = (hashCode15 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l8 = this.skuId;
int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuType;
int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.skuSubscriptionPlanId;
int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionId;
int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionType;
int hashCode16 = (hashCode15 + (l12 != null ? l12.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.subscriptionPaymentGatewayPlanId;
int hashCode17 = (hashCode16 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
Long l12 = this.subscriptionPlanId;
int hashCode18 = (hashCode17 + (l12 != null ? l12.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.subscriptionCreatedAt;
int hashCode19 = (hashCode18 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart;
int hashCode20 = (hashCode19 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd;
int hashCode21 = (hashCode20 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31;
Long l13 = this.paymentSourceId;
int hashCode22 = (hashCode21 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l13 = this.subscriptionPlanId;
int hashCode18 = (hashCode17 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionCreatedAt;
int hashCode19 = (hashCode18 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.subscriptionCurrentPeriodStart;
int hashCode20 = (hashCode19 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.subscriptionCurrentPeriodEnd;
int hashCode21 = (hashCode20 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.paymentSourceId;
int hashCode22 = (hashCode21 + (l17 != null ? l17.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.paymentSourceCountry;
int hashCode23 = (hashCode22 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31;
CharSequence charSequence6 = this.failureMessage;

View File

@ -4,7 +4,6 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackPaymentRefunded.kt */
public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseReceiver {
@ -12,7 +11,7 @@ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseRec
private final Long amountRefunded = null;
private final transient String analyticsSchemaTypeName = "payment_refunded";
private final Boolean captured = null;
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final CharSequence currency = null;
private final CharSequence failureMessage = null;
private final Boolean isGift = null;
@ -28,9 +27,9 @@ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseRec
private final Long skuId = null;
private final Long skuSubscriptionPlanId = null;
private final Long skuType = null;
private final UtcDateTime subscriptionCreatedAt = null;
private final UtcDateTime subscriptionCurrentPeriodEnd = null;
private final UtcDateTime subscriptionCurrentPeriodStart = null;
private final Long subscriptionCreatedAt = null;
private final Long subscriptionCurrentPeriodEnd = null;
private final Long subscriptionCurrentPeriodStart = null;
private final Long subscriptionId = null;
private final CharSequence subscriptionPaymentGatewayPlanId = null;
private final Long subscriptionPlanId = null;
@ -59,46 +58,46 @@ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseRec
Long l = this.paymentId;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.createdAt;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence = this.paymentType;
int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Long l2 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.price;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l3 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.price;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.currency;
int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l4 = this.amount;
int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.tax;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l5 = this.amount;
int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.tax;
int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31;
Boolean bool = this.taxInclusive;
int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31;
Long l7 = this.skuId;
int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuType;
int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l8 = this.skuId;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuType;
int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId;
int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l12 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31;
Long l13 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l13 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.paymentSourceCountry;
int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.failureMessage;
@ -109,11 +108,11 @@ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseRec
int hashCode25 = (hashCode24 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31;
Boolean bool3 = this.captured;
int hashCode26 = (hashCode25 + (bool3 != null ? bool3.hashCode() : 0)) * 31;
Long l14 = this.refunderType;
int hashCode27 = (hashCode26 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.refundedBy;
if (l15 != null) {
i = l15.hashCode();
Long l18 = this.refunderType;
int hashCode27 = (hashCode26 + (l18 != null ? l18.hashCode() : 0)) * 31;
Long l19 = this.refundedBy;
if (l19 != null) {
i = l19.hashCode();
}
return hashCode27 + i;
}

View File

@ -4,13 +4,12 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackPaymentSourceAdded.kt */
public final class TrackPaymentSourceAdded implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "payment_source_added";
private final CharSequence cardBrand = null;
private final UtcDateTime cardExpirationDate = null;
private final Long cardExpirationDate = null;
private final Boolean isDefault = null;
private final Long paymentGateway = null;
private final CharSequence paymentSourceCountry = null;
@ -44,8 +43,8 @@ public final class TrackPaymentSourceAdded implements AnalyticsSchema, TrackBase
int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31;
CharSequence charSequence = this.cardBrand;
int hashCode4 = (hashCode3 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.cardExpirationDate;
int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l4 = this.cardExpirationDate;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.paymentSourceCountry;
int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Boolean bool = this.isDefault;

View File

@ -4,12 +4,11 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackPaymentSourceUpdated.kt */
public final class TrackPaymentSourceUpdated implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "payment_source_updated";
private final UtcDateTime cardExpirationDate = null;
private final Long cardExpirationDate = null;
private final Boolean isDefault = null;
private final Long paymentSourceId = null;
private TrackBase trackBase;
@ -34,8 +33,8 @@ public final class TrackPaymentSourceUpdated implements AnalyticsSchema, TrackBa
Long l = this.paymentSourceId;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.cardExpirationDate;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.cardExpirationDate;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
Boolean bool = this.isDefault;
if (bool != null) {
i = bool.hashCode();

View File

@ -4,7 +4,6 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackPaymentSucceeded.kt */
public final class TrackPaymentSucceeded implements AnalyticsSchema, TrackBaseReceiver {
@ -12,7 +11,7 @@ public final class TrackPaymentSucceeded implements AnalyticsSchema, TrackBaseRe
private final Long amountRefunded = null;
private final transient String analyticsSchemaTypeName = "payment_succeeded";
private final Boolean captured = null;
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final CharSequence currency = null;
private final CharSequence failureMessage = null;
private final Boolean isGift = null;
@ -26,9 +25,9 @@ public final class TrackPaymentSucceeded implements AnalyticsSchema, TrackBaseRe
private final Long skuId = null;
private final Long skuSubscriptionPlanId = null;
private final Long skuType = null;
private final UtcDateTime subscriptionCreatedAt = null;
private final UtcDateTime subscriptionCurrentPeriodEnd = null;
private final UtcDateTime subscriptionCurrentPeriodStart = null;
private final Long subscriptionCreatedAt = null;
private final Long subscriptionCurrentPeriodEnd = null;
private final Long subscriptionCurrentPeriodStart = null;
private final Long subscriptionId = null;
private final CharSequence subscriptionPaymentGatewayPlanId = null;
private final Long subscriptionPlanId = null;
@ -57,46 +56,46 @@ public final class TrackPaymentSucceeded implements AnalyticsSchema, TrackBaseRe
Long l = this.paymentId;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.createdAt;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence = this.paymentType;
int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Long l2 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.price;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l3 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.price;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.currency;
int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l4 = this.amount;
int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.tax;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l5 = this.amount;
int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.tax;
int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31;
Boolean bool = this.taxInclusive;
int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31;
Long l7 = this.skuId;
int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuType;
int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l8 = this.skuId;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuType;
int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId;
int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l12 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31;
Long l13 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l13 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.paymentSourceCountry;
int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.failureMessage;

View File

@ -4,13 +4,12 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSentMissedMessageEmail.kt */
public final class TrackSentMissedMessageEmail implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "sent_missed_message_email";
private final Boolean didSend = null;
private final UtcDateTime lastAckAt = null;
private final Long lastAckAt = null;
private final CharSequence subjectClassification = null;
private final Long totalApproximateMessagesMissed = null;
private final Long totalChannelsMissed = null;
@ -49,8 +48,8 @@ public final class TrackSentMissedMessageEmail implements AnalyticsSchema, Track
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.totalApproximateMessagesMissed;
int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.lastAckAt;
int hashCode7 = (hashCode6 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l5 = this.lastAckAt;
int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31;
Boolean bool = this.didSend;
if (bool != null) {
i = bool.hashCode();

View File

@ -10,15 +10,14 @@ import com.discord.analytics.generated.traits.TrackPaymentMetadataReceiver;
import com.discord.analytics.generated.traits.TrackStoreSkuMetadata;
import com.discord.analytics.generated.traits.TrackStoreSkuMetadataReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSkuEntitlementCreated.kt */
public final class TrackSkuEntitlementCreated implements AnalyticsSchema, TrackBaseReceiver, TrackStoreSkuMetadataReceiver, TrackPaymentMetadataReceiver, TrackEntitlementMetadataReceiver {
private final transient String analyticsSchemaTypeName = "sku_entitlement_created";
private final UtcDateTime endTimestamp = null;
private final Long endTimestamp = null;
private final CharSequence entitlementType = null;
private final CharSequence redemptionCode = null;
private final UtcDateTime startTimestamp = null;
private final Long startTimestamp = null;
private TrackBase trackBase;
private TrackEntitlementMetadata trackEntitlementMetadata;
private TrackPaymentMetadata trackPaymentMetadata;
@ -44,10 +43,10 @@ public final class TrackSkuEntitlementCreated implements AnalyticsSchema, TrackB
CharSequence charSequence = this.entitlementType;
int i = 0;
int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.startTimestamp;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.endTimestamp;
int hashCode3 = (hashCode2 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
Long l = this.startTimestamp;
int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31;
Long l2 = this.endTimestamp;
int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.redemptionCode;
if (charSequence2 != null) {
i = charSequence2.hashCode();

View File

@ -6,7 +6,6 @@ import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.analytics.generated.traits.TrackPriceByCurrency;
import com.discord.analytics.generated.traits.TrackPriceByCurrencyReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
import java.util.List;
/* compiled from: TrackSkuUpdated.kt */
@ -27,7 +26,7 @@ public final class TrackSkuUpdated implements AnalyticsSchema, TrackBaseReceiver
private final CharSequence metacriticId = null;
private final Long priceTier = null;
private final Long regularPriceTier = null;
private final UtcDateTime releaseDate = null;
private final Long releaseDate = null;
private final Long skuId = null;
private final CharSequence storeTitle = null;
private TrackBase trackBase;
@ -67,8 +66,8 @@ public final class TrackSkuUpdated implements AnalyticsSchema, TrackBaseReceiver
int hashCode6 = (hashCode5 + (list != null ? list.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.accessType;
int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.releaseDate;
int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l3 = this.releaseDate;
int hashCode8 = (hashCode7 + (l3 != null ? l3.hashCode() : 0)) * 31;
Boolean bool = this.isPremium;
int hashCode9 = (hashCode8 + (bool != null ? bool.hashCode() : 0)) * 31;
Boolean bool2 = this.isDistribution;
@ -89,11 +88,11 @@ public final class TrackSkuUpdated implements AnalyticsSchema, TrackBaseReceiver
int hashCode17 = (hashCode16 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31;
CharSequence charSequence7 = this.contentRatingEsrb;
int hashCode18 = (hashCode17 + (charSequence7 != null ? charSequence7.hashCode() : 0)) * 31;
Long l3 = this.regularPriceTier;
int hashCode19 = (hashCode18 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.priceTier;
if (l4 != null) {
i = l4.hashCode();
Long l4 = this.regularPriceTier;
int hashCode19 = (hashCode18 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.priceTier;
if (l5 != null) {
i = l5.hashCode();
}
return hashCode19 + i;
}

View File

@ -6,14 +6,13 @@ import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.analytics.generated.traits.TrackGuild;
import com.discord.analytics.generated.traits.TrackGuildReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
import java.util.List;
/* compiled from: TrackStageDiscoveryStageExited.kt */
public final class TrackStageDiscoveryStageExited implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver {
private final transient String analyticsSchemaTypeName = "stage_discovery_stage_exited";
private final Long index = null;
private final UtcDateTime joinTimestamp = null;
private final Long joinTimestamp = null;
private final Long lastVisibleIndexAtLoad = null;
private final CharSequence loadId = null;
private final Float recommendationScore = null;
@ -55,9 +54,9 @@ public final class TrackStageDiscoveryStageExited implements AnalyticsSchema, Tr
int hashCode6 = (hashCode5 + (list != null ? list.hashCode() : 0)) * 31;
Float f = this.recommendationScore;
int hashCode7 = (hashCode6 + (f != null ? f.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.joinTimestamp;
if (utcDateTime != null) {
i = utcDateTime.hashCode();
Long l4 = this.joinTimestamp;
if (l4 != null) {
i = l4.hashCode();
}
return hashCode7 + i;
}
@ -78,8 +77,6 @@ public final class TrackStageDiscoveryStageExited implements AnalyticsSchema, Tr
O.append(", recommendationScore=");
O.append(this.recommendationScore);
O.append(", joinTimestamp=");
O.append(this.joinTimestamp);
O.append(")");
return O.toString();
return a.E(O, this.joinTimestamp, ")");
}
}

View File

@ -4,14 +4,13 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionAccountHoldRecovered.kt */
public final class TrackSubscriptionAccountHoldRecovered implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_account_hold_recovered";
private final UtcDateTime createdAt = null;
private final UtcDateTime currentPeriodEnd = null;
private final UtcDateTime currentPeriodStart = null;
private final Long createdAt = null;
private final Long currentPeriodEnd = null;
private final Long currentPeriodStart = null;
private final Long paymentGateway = null;
private final CharSequence paymentGatewayPlanId = null;
private final Long planId = null;
@ -47,13 +46,13 @@ public final class TrackSubscriptionAccountHoldRecovered implements AnalyticsSch
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.currentPeriodStart;
int hashCode7 = (hashCode6 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.currentPeriodEnd;
if (utcDateTime3 != null) {
i = utcDateTime3.hashCode();
Long l5 = this.createdAt;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.currentPeriodStart;
int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.currentPeriodEnd;
if (l7 != null) {
i = l7.hashCode();
}
return hashCode7 + i;
}
@ -74,8 +73,6 @@ public final class TrackSubscriptionAccountHoldRecovered implements AnalyticsSch
O.append(", currentPeriodStart=");
O.append(this.currentPeriodStart);
O.append(", currentPeriodEnd=");
O.append(this.currentPeriodEnd);
O.append(")");
return O.toString();
return a.E(O, this.currentPeriodEnd, ")");
}
}

View File

@ -4,14 +4,13 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionAccountHoldStarted.kt */
public final class TrackSubscriptionAccountHoldStarted implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_account_hold_started";
private final UtcDateTime createdAt = null;
private final UtcDateTime currentPeriodEnd = null;
private final UtcDateTime currentPeriodStart = null;
private final Long createdAt = null;
private final Long currentPeriodEnd = null;
private final Long currentPeriodStart = null;
private final Long paymentGateway = null;
private final CharSequence paymentGatewayPlanId = null;
private final Long planId = null;
@ -47,13 +46,13 @@ public final class TrackSubscriptionAccountHoldStarted implements AnalyticsSchem
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.currentPeriodStart;
int hashCode7 = (hashCode6 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.currentPeriodEnd;
if (utcDateTime3 != null) {
i = utcDateTime3.hashCode();
Long l5 = this.createdAt;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.currentPeriodStart;
int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.currentPeriodEnd;
if (l7 != null) {
i = l7.hashCode();
}
return hashCode7 + i;
}
@ -74,8 +73,6 @@ public final class TrackSubscriptionAccountHoldStarted implements AnalyticsSchem
O.append(", currentPeriodStart=");
O.append(this.currentPeriodStart);
O.append(", currentPeriodEnd=");
O.append(this.currentPeriodEnd);
O.append(")");
return O.toString();
return a.E(O, this.currentPeriodEnd, ")");
}
}

View File

@ -4,15 +4,14 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionCanceled.kt */
public final class TrackSubscriptionCanceled implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_canceled";
private final CharSequence cancellationType = null;
private final UtcDateTime createdAt = null;
private final UtcDateTime currentPeriodEnd = null;
private final UtcDateTime currentPeriodStart = null;
private final Long createdAt = null;
private final Long currentPeriodEnd = null;
private final Long currentPeriodStart = null;
private final Long paymentGateway = null;
private final CharSequence paymentGatewayPlanId = null;
private final Long planId = null;
@ -53,13 +52,13 @@ public final class TrackSubscriptionCanceled implements AnalyticsSchema, TrackBa
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.cancellationType;
int hashCode7 = (hashCode6 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.currentPeriodStart;
int hashCode9 = (hashCode8 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.currentPeriodEnd;
if (utcDateTime3 != null) {
i = utcDateTime3.hashCode();
Long l6 = this.createdAt;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.currentPeriodStart;
int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.currentPeriodEnd;
if (l8 != null) {
i = l8.hashCode();
}
return hashCode9 + i;
}
@ -84,8 +83,6 @@ public final class TrackSubscriptionCanceled implements AnalyticsSchema, TrackBa
O.append(", currentPeriodStart=");
O.append(this.currentPeriodStart);
O.append(", currentPeriodEnd=");
O.append(this.currentPeriodEnd);
O.append(")");
return O.toString();
return a.E(O, this.currentPeriodEnd, ")");
}
}

View File

@ -4,13 +4,12 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionCodeUsed.kt */
public final class TrackSubscriptionCodeUsed implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_code_used";
private final CharSequence couponCode = null;
private final UtcDateTime currentPeriodEnd = null;
private final Long currentPeriodEnd = null;
private final CharSequence source = null;
private final Long subscriptionType = null;
private TrackBase trackBase;
@ -39,9 +38,9 @@ public final class TrackSubscriptionCodeUsed implements AnalyticsSchema, TrackBa
int hashCode2 = (hashCode + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l = this.subscriptionType;
int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.currentPeriodEnd;
if (utcDateTime != null) {
i = utcDateTime.hashCode();
Long l2 = this.currentPeriodEnd;
if (l2 != null) {
i = l2.hashCode();
}
return hashCode3 + i;
}
@ -54,8 +53,6 @@ public final class TrackSubscriptionCodeUsed implements AnalyticsSchema, TrackBa
O.append(", subscriptionType=");
O.append(this.subscriptionType);
O.append(", currentPeriodEnd=");
O.append(this.currentPeriodEnd);
O.append(")");
return O.toString();
return a.E(O, this.currentPeriodEnd, ")");
}
}

View File

@ -4,17 +4,16 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionLazySyncUserPerks.kt */
public final class TrackSubscriptionLazySyncUserPerks implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_lazy_sync_user_perks";
private final UtcDateTime currentPeriodEnd = null;
private final UtcDateTime currentPeriodStart = null;
private final Long currentPeriodEnd = null;
private final Long currentPeriodStart = null;
private final Long newPremiumType = null;
private final UtcDateTime newPremiumUntil = null;
private final Long newPremiumUntil = null;
private final Long originalPremiumType = null;
private final UtcDateTime originalPremiumUntil = null;
private final Long originalPremiumUntil = null;
private final Long paymentGateway = null;
private final CharSequence paymentGatewayPlanId = null;
private final Boolean premiumTypeMismatch = null;
@ -49,23 +48,23 @@ public final class TrackSubscriptionLazySyncUserPerks implements AnalyticsSchema
int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31;
CharSequence charSequence = this.paymentGatewayPlanId;
int hashCode4 = (hashCode3 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.currentPeriodStart;
int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.currentPeriodEnd;
int hashCode6 = (hashCode5 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
Long l4 = this.currentPeriodStart;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.currentPeriodEnd;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Boolean bool = this.premiumTypeMismatch;
int hashCode7 = (hashCode6 + (bool != null ? bool.hashCode() : 0)) * 31;
Boolean bool2 = this.premiumUntilMismatch;
int hashCode8 = (hashCode7 + (bool2 != null ? bool2.hashCode() : 0)) * 31;
Long l4 = this.originalPremiumType;
int hashCode9 = (hashCode8 + (l4 != null ? l4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.originalPremiumUntil;
int hashCode10 = (hashCode9 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
Long l5 = this.newPremiumType;
int hashCode11 = (hashCode10 + (l5 != null ? l5.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.newPremiumUntil;
if (utcDateTime4 != null) {
i = utcDateTime4.hashCode();
Long l6 = this.originalPremiumType;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.originalPremiumUntil;
int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.newPremiumType;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.newPremiumUntil;
if (l9 != null) {
i = l9.hashCode();
}
return hashCode11 + i;
}
@ -94,8 +93,6 @@ public final class TrackSubscriptionLazySyncUserPerks implements AnalyticsSchema
O.append(", newPremiumType=");
O.append(this.newPremiumType);
O.append(", newPremiumUntil=");
O.append(this.newPremiumUntil);
O.append(")");
return O.toString();
return a.E(O, this.newPremiumUntil, ")");
}
}

View File

@ -4,13 +4,12 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionPaymentSourceAdded.kt */
public final class TrackSubscriptionPaymentSourceAdded implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_payment_source_added";
private final UtcDateTime currentPeriodEnd = null;
private final UtcDateTime currentPeriodStart = null;
private final Long currentPeriodEnd = null;
private final Long currentPeriodStart = null;
private final Long paymentGateway = null;
private final CharSequence paymentGatewayPlanId = null;
private final Long paymentSourceGateway = null;
@ -52,11 +51,11 @@ public final class TrackSubscriptionPaymentSourceAdded implements AnalyticsSchem
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.paymentSourceId;
int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.currentPeriodStart;
int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.currentPeriodEnd;
if (utcDateTime2 != null) {
i = utcDateTime2.hashCode();
Long l7 = this.currentPeriodStart;
int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.currentPeriodEnd;
if (l8 != null) {
i = l8.hashCode();
}
return hashCode8 + i;
}
@ -79,8 +78,6 @@ public final class TrackSubscriptionPaymentSourceAdded implements AnalyticsSchem
O.append(", currentPeriodStart=");
O.append(this.currentPeriodStart);
O.append(", currentPeriodEnd=");
O.append(this.currentPeriodEnd);
O.append(")");
return O.toString();
return a.E(O, this.currentPeriodEnd, ")");
}
}

View File

@ -4,13 +4,12 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionPaymentSourceUpdated.kt */
public final class TrackSubscriptionPaymentSourceUpdated implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_payment_source_updated";
private final UtcDateTime currentPeriodEnd = null;
private final UtcDateTime currentPeriodStart = null;
private final Long currentPeriodEnd = null;
private final Long currentPeriodStart = null;
private final Long paymentGateway = null;
private final CharSequence paymentGatewayPlanId = null;
private final CharSequence paymentSourceCountry = null;
@ -64,11 +63,11 @@ public final class TrackSubscriptionPaymentSourceUpdated implements AnalyticsSch
int hashCode10 = (hashCode9 + (l8 != null ? l8.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.paymentSourceCountry;
int hashCode11 = (hashCode10 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.currentPeriodStart;
int hashCode12 = (hashCode11 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.currentPeriodEnd;
if (utcDateTime2 != null) {
i = utcDateTime2.hashCode();
Long l9 = this.currentPeriodStart;
int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.currentPeriodEnd;
if (l10 != null) {
i = l10.hashCode();
}
return hashCode12 + i;
}
@ -99,8 +98,6 @@ public final class TrackSubscriptionPaymentSourceUpdated implements AnalyticsSch
O.append(", currentPeriodStart=");
O.append(this.currentPeriodStart);
O.append(", currentPeriodEnd=");
O.append(this.currentPeriodEnd);
O.append(")");
return O.toString();
return a.E(O, this.currentPeriodEnd, ")");
}
}

View File

@ -10,7 +10,6 @@ import com.discord.analytics.generated.traits.TrackPaymentMetadataReceiver;
import com.discord.analytics.generated.traits.TrackSubscriptionMetadata;
import com.discord.analytics.generated.traits.TrackSubscriptionMetadataReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionPeriodScheduled.kt */
public final class TrackSubscriptionPeriodScheduled implements AnalyticsSchema, TrackBaseReceiver, TrackSubscriptionMetadataReceiver, TrackEntitlementMetadataReceiver, TrackPaymentMetadataReceiver {
@ -19,8 +18,8 @@ public final class TrackSubscriptionPeriodScheduled implements AnalyticsSchema,
private final Boolean expectedToAutorenew = null;
private final Long paymentGateway = null;
private final Long paymentId = null;
private final UtcDateTime scheduledEndTimestamp = null;
private final UtcDateTime scheduledStartTimestamp = null;
private final Long scheduledEndTimestamp = null;
private final Long scheduledStartTimestamp = null;
private final Long skuId = null;
private final Long subscriptionId = null;
private TrackBase trackBase;
@ -54,10 +53,10 @@ public final class TrackSubscriptionPeriodScheduled implements AnalyticsSchema,
int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.skuId;
int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.scheduledStartTimestamp;
int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.scheduledEndTimestamp;
int hashCode6 = (hashCode5 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
Long l5 = this.scheduledStartTimestamp;
int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.scheduledEndTimestamp;
int hashCode6 = (hashCode5 + (l6 != null ? l6.hashCode() : 0)) * 31;
CharSequence charSequence = this.accessType;
int hashCode7 = (hashCode6 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Boolean bool = this.expectedToAutorenew;

View File

@ -4,19 +4,18 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionPlanUpdated.kt */
public final class TrackSubscriptionPlanUpdated implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_plan_updated";
private final UtcDateTime createdAt = null;
private final UtcDateTime currentPeriodEnd = null;
private final UtcDateTime currentPeriodStart = null;
private final Long createdAt = null;
private final Long currentPeriodEnd = null;
private final Long currentPeriodStart = null;
private final Long paymentGateway = null;
private final CharSequence paymentGatewayPlanId = null;
private final Long planId = null;
private final UtcDateTime previousCurrentPeriodEnd = null;
private final UtcDateTime previousCurrentPeriodStart = null;
private final Long previousCurrentPeriodEnd = null;
private final Long previousCurrentPeriodStart = null;
private final CharSequence previousPaymentGatewayPlanId = null;
private final Long previousPlanId = null;
private final Long previousSubscriptionId = null;
@ -53,25 +52,25 @@ public final class TrackSubscriptionPlanUpdated implements AnalyticsSchema, Trac
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.currentPeriodStart;
int hashCode7 = (hashCode6 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.currentPeriodEnd;
int hashCode8 = (hashCode7 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
Long l5 = this.previousSubscriptionId;
int hashCode9 = (hashCode8 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.previousSubscriptionType;
int hashCode10 = (hashCode9 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l5 = this.createdAt;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.currentPeriodStart;
int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.currentPeriodEnd;
int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.previousSubscriptionId;
int hashCode9 = (hashCode8 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.previousSubscriptionType;
int hashCode10 = (hashCode9 + (l9 != null ? l9.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.previousPaymentGatewayPlanId;
int hashCode11 = (hashCode10 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l7 = this.previousPlanId;
int hashCode12 = (hashCode11 + (l7 != null ? l7.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.previousCurrentPeriodStart;
int hashCode13 = (hashCode12 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime5 = this.previousCurrentPeriodEnd;
if (utcDateTime5 != null) {
i = utcDateTime5.hashCode();
Long l10 = this.previousPlanId;
int hashCode12 = (hashCode11 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.previousCurrentPeriodStart;
int hashCode13 = (hashCode12 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.previousCurrentPeriodEnd;
if (l12 != null) {
i = l12.hashCode();
}
return hashCode13 + i;
}
@ -104,8 +103,6 @@ public final class TrackSubscriptionPlanUpdated implements AnalyticsSchema, Trac
O.append(", previousCurrentPeriodStart=");
O.append(this.previousCurrentPeriodStart);
O.append(", previousCurrentPeriodEnd=");
O.append(this.previousCurrentPeriodEnd);
O.append(")");
return O.toString();
return a.E(O, this.previousCurrentPeriodEnd, ")");
}
}

View File

@ -4,21 +4,20 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackSubscriptionResubscribed.kt */
public final class TrackSubscriptionResubscribed implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "subscription_resubscribed";
private final UtcDateTime createdAt = null;
private final UtcDateTime currentPeriodEnd = null;
private final UtcDateTime currentPeriodStart = null;
private final Long createdAt = null;
private final Long currentPeriodEnd = null;
private final Long currentPeriodStart = null;
private final Long paymentGateway = null;
private final CharSequence paymentGatewayPlanId = null;
private final Long planId = null;
private final Long subscriptionId = null;
private final Long subscriptionType = null;
private TrackBase trackBase;
private final UtcDateTime trialEndsAt = null;
private final Long trialEndsAt = null;
private final Long trialId = null;
@Override // com.discord.api.science.AnalyticsSchema
@ -49,17 +48,17 @@ public final class TrackSubscriptionResubscribed implements AnalyticsSchema, Tra
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.paymentGateway;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.currentPeriodStart;
int hashCode7 = (hashCode6 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.currentPeriodEnd;
int hashCode8 = (hashCode7 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
Long l5 = this.trialId;
int hashCode9 = (hashCode8 + (l5 != null ? l5.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.trialEndsAt;
if (utcDateTime4 != null) {
i = utcDateTime4.hashCode();
Long l5 = this.createdAt;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.currentPeriodStart;
int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.currentPeriodEnd;
int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.trialId;
int hashCode9 = (hashCode8 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.trialEndsAt;
if (l9 != null) {
i = l9.hashCode();
}
return hashCode9 + i;
}
@ -84,8 +83,6 @@ public final class TrackSubscriptionResubscribed implements AnalyticsSchema, Tra
O.append(", trialId=");
O.append(this.trialId);
O.append(", trialEndsAt=");
O.append(this.trialEndsAt);
O.append(")");
return O.toString();
return a.E(O, this.trialEndsAt, ")");
}
}

View File

@ -4,7 +4,6 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackTemporaryPaymentAuthAttempted.kt */
public final class TrackTemporaryPaymentAuthAttempted implements AnalyticsSchema, TrackBaseReceiver {
@ -12,7 +11,7 @@ public final class TrackTemporaryPaymentAuthAttempted implements AnalyticsSchema
private final Long amountRefunded = null;
private final transient String analyticsSchemaTypeName = "temporary_payment_auth_attempted";
private final Boolean captured = null;
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final CharSequence currency = null;
private final CharSequence failureMessage = null;
private final Boolean isGift = null;
@ -26,9 +25,9 @@ public final class TrackTemporaryPaymentAuthAttempted implements AnalyticsSchema
private final Long skuId = null;
private final Long skuSubscriptionPlanId = null;
private final Long skuType = null;
private final UtcDateTime subscriptionCreatedAt = null;
private final UtcDateTime subscriptionCurrentPeriodEnd = null;
private final UtcDateTime subscriptionCurrentPeriodStart = null;
private final Long subscriptionCreatedAt = null;
private final Long subscriptionCurrentPeriodEnd = null;
private final Long subscriptionCurrentPeriodStart = null;
private final Long subscriptionId = null;
private final CharSequence subscriptionPaymentGatewayPlanId = null;
private final Long subscriptionPlanId = null;
@ -57,46 +56,46 @@ public final class TrackTemporaryPaymentAuthAttempted implements AnalyticsSchema
Long l = this.paymentId;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l2 = this.createdAt;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence = this.paymentType;
int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Long l2 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.price;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l3 = this.paymentGateway;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.price;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.currency;
int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l4 = this.amount;
int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.tax;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l5 = this.amount;
int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.amountRefunded;
int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.tax;
int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31;
Boolean bool = this.taxInclusive;
int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31;
Long l7 = this.skuId;
int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.skuType;
int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l8 = this.skuId;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.skuType;
int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.skuSubscriptionPlanId;
int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.subscriptionId;
int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.subscriptionType;
int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId;
int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l12 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31;
Long l13 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l13 = this.subscriptionPlanId;
int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.subscriptionCreatedAt;
int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.subscriptionCurrentPeriodStart;
int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.subscriptionCurrentPeriodEnd;
int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.paymentSourceId;
int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.paymentSourceCountry;
int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.failureMessage;

View File

@ -8,7 +8,6 @@ import com.discord.analytics.generated.traits.TrackLocationMetadataReceiver;
import com.discord.analytics.generated.traits.TrackThread;
import com.discord.analytics.generated.traits.TrackThreadReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackThreadNotificationSettingsUpdated.kt */
public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackThreadReceiver, TrackLocationMetadataReceiver {
@ -18,10 +17,10 @@ public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSc
private final Long guildId = null;
private final Boolean hasInteractedWithThread = null;
private final Boolean newThreadIsMuted = null;
private final UtcDateTime newThreadMutedUntil = null;
private final Long newThreadMutedUntil = null;
private final CharSequence newThreadNotificationSetting = null;
private final Boolean oldThreadIsMuted = null;
private final UtcDateTime oldThreadMutedUntil = null;
private final Long oldThreadMutedUntil = null;
private final CharSequence oldThreadNotificationSetting = null;
private final Long parentId = null;
private final Boolean parentIsMuted = null;
@ -70,11 +69,11 @@ public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSc
int hashCode10 = (hashCode9 + (bool3 != null ? bool3.hashCode() : 0)) * 31;
Boolean bool4 = this.newThreadIsMuted;
int hashCode11 = (hashCode10 + (bool4 != null ? bool4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.oldThreadMutedUntil;
int hashCode12 = (hashCode11 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.newThreadMutedUntil;
if (utcDateTime2 != null) {
i = utcDateTime2.hashCode();
Long l5 = this.oldThreadMutedUntil;
int hashCode12 = (hashCode11 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.newThreadMutedUntil;
if (l6 != null) {
i = l6.hashCode();
}
return hashCode12 + i;
}
@ -105,8 +104,6 @@ public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSc
O.append(", oldThreadMutedUntil=");
O.append(this.oldThreadMutedUntil);
O.append(", newThreadMutedUntil=");
O.append(this.newThreadMutedUntil);
O.append(")");
return O.toString();
return a.E(O, this.newThreadMutedUntil, ")");
}
}

View File

@ -4,12 +4,11 @@ import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.api.science.AnalyticsSchema;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackTransactionCompleted.kt */
public final class TrackTransactionCompleted implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "transaction_completed";
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final Float exchangeRate = null;
private final Long netPresentmentAmount = null;
private final Long netPresentmentFees = null;
@ -54,45 +53,45 @@ public final class TrackTransactionCompleted implements AnalyticsSchema, TrackBa
int hashCode = (l != null ? l.hashCode() : 0) * 31;
Long l2 = this.paymentGateway;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l3 = this.transactionId;
int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.transactionType;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.skuId;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l3 = this.createdAt;
int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.transactionId;
int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.transactionType;
int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.skuId;
int hashCode6 = (hashCode5 + (l6 != null ? l6.hashCode() : 0)) * 31;
Float f = this.exchangeRate;
int hashCode7 = (hashCode6 + (f != null ? f.hashCode() : 0)) * 31;
CharSequence charSequence = this.presentmentCurrency;
int hashCode8 = (hashCode7 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.settlementCurrency;
int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l6 = this.presentmentAmount;
int hashCode10 = (hashCode9 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.presentmentFees;
int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.presentmentTax;
int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.settlementAmount;
int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.settlementFees;
int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.settlementTax;
int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.netPresentmentAmount;
int hashCode16 = (hashCode15 + (l12 != null ? l12.hashCode() : 0)) * 31;
Long l13 = this.netPresentmentFees;
int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.netPresentmentTax;
int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.netSettlementAmount;
int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.netSettlementFees;
int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.netSettlementTax;
if (l17 != null) {
i = l17.hashCode();
Long l7 = this.presentmentAmount;
int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.presentmentFees;
int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31;
Long l9 = this.presentmentTax;
int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31;
Long l10 = this.settlementAmount;
int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31;
Long l11 = this.settlementFees;
int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31;
Long l12 = this.settlementTax;
int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31;
Long l13 = this.netPresentmentAmount;
int hashCode16 = (hashCode15 + (l13 != null ? l13.hashCode() : 0)) * 31;
Long l14 = this.netPresentmentFees;
int hashCode17 = (hashCode16 + (l14 != null ? l14.hashCode() : 0)) * 31;
Long l15 = this.netPresentmentTax;
int hashCode18 = (hashCode17 + (l15 != null ? l15.hashCode() : 0)) * 31;
Long l16 = this.netSettlementAmount;
int hashCode19 = (hashCode18 + (l16 != null ? l16.hashCode() : 0)) * 31;
Long l17 = this.netSettlementFees;
int hashCode20 = (hashCode19 + (l17 != null ? l17.hashCode() : 0)) * 31;
Long l18 = this.netSettlementTax;
if (l18 != null) {
i = l18.hashCode();
}
return hashCode20 + i;
}

View File

@ -1,7 +1,6 @@
package com.discord.analytics.generated.traits;
import c.d.b.a.a;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackBase.kt */
public final class TrackBase {
@ -18,8 +17,8 @@ public final class TrackBase {
private final CharSequence clientEventSource = null;
private final Float clientPerformanceCpu = null;
private final Long clientPerformanceMemory = null;
private final UtcDateTime clientSendTimestamp = null;
private final UtcDateTime clientTrackTimestamp = null;
private final Long clientSendTimestamp = null;
private final Long clientTrackTimestamp = null;
private final CharSequence clientUuid = null;
private final CharSequence clientVersion = null;
private final CharSequence countryCode = null;
@ -59,7 +58,7 @@ public final class TrackBase {
private final CharSequence searchEngineCurrent = null;
private final CharSequence systemLocale = null;
private final CharSequence timeZone = null;
private final UtcDateTime timestamp = null;
private final Long timestamp = null;
private final Long userId = null;
private final Boolean userIsAuthenticated = null;
private final Boolean userIsBot = null;
@ -97,18 +96,18 @@ public final class TrackBase {
int hashCode3 = (hashCode2 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.eventSource;
int hashCode4 = (hashCode3 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.timestamp;
int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l = this.userId;
int hashCode6 = (hashCode5 + (l != null ? l.hashCode() : 0)) * 31;
Long l = this.timestamp;
int hashCode5 = (hashCode4 + (l != null ? l.hashCode() : 0)) * 31;
Long l2 = this.userId;
int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.domain;
int hashCode7 = (hashCode6 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31;
CharSequence charSequence6 = this.clientUuid;
int hashCode8 = (hashCode7 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31;
UtcDateTime utcDateTime2 = this.clientTrackTimestamp;
int hashCode9 = (hashCode8 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31;
UtcDateTime utcDateTime3 = this.clientSendTimestamp;
int hashCode10 = (hashCode9 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31;
Long l3 = this.clientTrackTimestamp;
int hashCode9 = (hashCode8 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.clientSendTimestamp;
int hashCode10 = (hashCode9 + (l4 != null ? l4.hashCode() : 0)) * 31;
CharSequence charSequence7 = this.fluentId;
int hashCode11 = (hashCode10 + (charSequence7 != null ? charSequence7.hashCode() : 0)) * 31;
CharSequence charSequence8 = this.freightHostname;
@ -117,8 +116,8 @@ public final class TrackBase {
int hashCode13 = (hashCode12 + (charSequence9 != null ? charSequence9.hashCode() : 0)) * 31;
CharSequence charSequence10 = this.ip;
int hashCode14 = (hashCode13 + (charSequence10 != null ? charSequence10.hashCode() : 0)) * 31;
Long l2 = this.day;
int hashCode15 = (hashCode14 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l5 = this.day;
int hashCode15 = (hashCode14 + (l5 != null ? l5.hashCode() : 0)) * 31;
CharSequence charSequence11 = this.chosenLocale;
int hashCode16 = (hashCode15 + (charSequence11 != null ? charSequence11.hashCode() : 0)) * 31;
CharSequence charSequence12 = this.detectedLocale;
@ -129,8 +128,8 @@ public final class TrackBase {
int hashCode19 = (hashCode18 + (bool != null ? bool.hashCode() : 0)) * 31;
Boolean bool2 = this.accessibilitySupportEnabled;
int hashCode20 = (hashCode19 + (bool2 != null ? bool2.hashCode() : 0)) * 31;
Long l3 = this.accessibilityFeatures;
int hashCode21 = (hashCode20 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l6 = this.accessibilityFeatures;
int hashCode21 = (hashCode20 + (l6 != null ? l6.hashCode() : 0)) * 31;
Boolean bool3 = this.userIsBot;
int hashCode22 = (hashCode21 + (bool3 != null ? bool3.hashCode() : 0)) * 31;
CharSequence charSequence14 = this.browserUserAgent;
@ -161,8 +160,8 @@ public final class TrackBase {
int hashCode35 = (hashCode34 + (charSequence25 != null ? charSequence25.hashCode() : 0)) * 31;
CharSequence charSequence26 = this.systemLocale;
int hashCode36 = (hashCode35 + (charSequence26 != null ? charSequence26.hashCode() : 0)) * 31;
Long l4 = this.clientBuildNumber;
int hashCode37 = (hashCode36 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l7 = this.clientBuildNumber;
int hashCode37 = (hashCode36 + (l7 != null ? l7.hashCode() : 0)) * 31;
CharSequence charSequence27 = this.releaseChannel;
int hashCode38 = (hashCode37 + (charSequence27 != null ? charSequence27.hashCode() : 0)) * 31;
CharSequence charSequence28 = this.clientVersion;
@ -175,8 +174,8 @@ public final class TrackBase {
int hashCode42 = (hashCode41 + (charSequence31 != null ? charSequence31.hashCode() : 0)) * 31;
Float f = this.clientPerformanceCpu;
int hashCode43 = (hashCode42 + (f != null ? f.hashCode() : 0)) * 31;
Long l5 = this.clientPerformanceMemory;
int hashCode44 = (hashCode43 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l8 = this.clientPerformanceMemory;
int hashCode44 = (hashCode43 + (l8 != null ? l8.hashCode() : 0)) * 31;
CharSequence charSequence32 = this.mpKeyword;
int hashCode45 = (hashCode44 + (charSequence32 != null ? charSequence32.hashCode() : 0)) * 31;
CharSequence charSequence33 = this.mpKeywordCurrent;

View File

@ -1,12 +1,11 @@
package com.discord.analytics.generated.traits;
import c.d.b.a.a;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackDirectoryEntry.kt */
public final class TrackDirectoryEntry {
private final Long authorId = null;
private final UtcDateTime createdAt = null;
private final Long createdAt = null;
private final Long directoryChannelId = null;
private final Long directoryGuildId = null;
private final Long entityId = null;
@ -37,10 +36,10 @@ public final class TrackDirectoryEntry {
int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.entityType;
int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.createdAt;
int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31;
Long l6 = this.primaryCategoryId;
int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l6 = this.createdAt;
int hashCode6 = (hashCode5 + (l6 != null ? l6.hashCode() : 0)) * 31;
Long l7 = this.primaryCategoryId;
int hashCode7 = (hashCode6 + (l7 != null ? l7.hashCode() : 0)) * 31;
CharSequence charSequence = this.entryDescription;
if (charSequence != null) {
i = charSequence.hashCode();

View File

@ -1,11 +1,10 @@
package com.discord.analytics.generated.traits;
import c.d.b.a.a;
import com.discord.api.utcdatetime.UtcDateTime;
import d0.z.d.m;
/* compiled from: TrackThread.kt */
public final class TrackThread {
private final UtcDateTime threadApproximateCreationDate = null;
private final Long threadApproximateCreationDate = null;
private final Long threadApproximateMemberCount = null;
private final Long threadApproximateMessageCount = null;
private final Boolean threadArchived = null;
@ -35,9 +34,9 @@ public final class TrackThread {
int hashCode4 = (hashCode3 + (bool2 != null ? bool2.hashCode() : 0)) * 31;
Long l3 = this.threadAutoArchiveDurationMinutes;
int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31;
UtcDateTime utcDateTime = this.threadApproximateCreationDate;
if (utcDateTime != null) {
i = utcDateTime.hashCode();
Long l4 = this.threadApproximateCreationDate;
if (l4 != null) {
i = l4.hashCode();
}
return hashCode5 + i;
}
@ -54,8 +53,6 @@ public final class TrackThread {
O.append(", threadAutoArchiveDurationMinutes=");
O.append(this.threadAutoArchiveDurationMinutes);
O.append(", threadApproximateCreationDate=");
O.append(this.threadApproximateCreationDate);
O.append(")");
return O.toString();
return a.E(O, this.threadApproximateCreationDate, ")");
}
}

View File

@ -26,7 +26,6 @@ import com.discord.api.stageinstance.StageInstance;
import com.discord.api.sticker.Sticker;
import com.discord.api.thread.ThreadMemberFlags;
import com.discord.api.user.User;
import com.discord.api.utcdatetime.UtcDateTime;
import com.discord.api.voice.state.VoiceState;
import com.discord.app.AppLog;
import com.discord.models.domain.ModelApplicationStream;
@ -1020,23 +1019,23 @@ public final class AnalyticsTracker {
public final void ageGateSubmitted(long j, String str) {
m.checkNotNullParameter(str, "sourcePage");
AnalyticsUtils.Tracker tracker2 = tracker;
UtcDateTime utcDateTime = new UtcDateTime(j);
Long valueOf = Long.valueOf(j);
Locale locale = Locale.ROOT;
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("dd", locale);
simpleDateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));
String format = simpleDateFormat.format(new Date(j));
m.checkNotNullExpressionValue(format, "formatter.format(Date(this))");
Long valueOf = Long.valueOf(Long.parseLong(format));
Long valueOf2 = Long.valueOf(Long.parseLong(format));
SimpleDateFormat simpleDateFormat2 = new SimpleDateFormat("MM", locale);
simpleDateFormat2.setTimeZone(TimeZone.getTimeZone("UTC"));
String format2 = simpleDateFormat2.format(new Date(j));
m.checkNotNullExpressionValue(format2, "formatter.format(Date(this))");
Long valueOf2 = Long.valueOf(Long.parseLong(format2));
Long valueOf3 = Long.valueOf(Long.parseLong(format2));
SimpleDateFormat simpleDateFormat3 = new SimpleDateFormat("yyyy", locale);
simpleDateFormat3.setTimeZone(TimeZone.getTimeZone("UTC"));
String format3 = simpleDateFormat3.format(new Date(j));
m.checkNotNullExpressionValue(format3, "formatter.format(Date(this))");
TrackAgeGateSubmitted trackAgeGateSubmitted = new TrackAgeGateSubmitted(utcDateTime, valueOf, valueOf2, Long.valueOf(Long.parseLong(format3)));
TrackAgeGateSubmitted trackAgeGateSubmitted = new TrackAgeGateSubmitted(valueOf, valueOf2, valueOf3, Long.valueOf(Long.parseLong(format3)));
trackAgeGateSubmitted.c(new TrackSourceMetadata(str, null, null, null, null, 30));
tracker2.track(trackAgeGateSubmitted);
}

View File

@ -314,7 +314,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi
TextView textView = binding.f;
m.checkNotNullExpressionValue(textView, "appInfoHeader");
String string = getString(R.string.app_information);
textView.setText(string + " - 97.6 - Beta (97106)");
textView.setText(string + " - 97.7 - Beta (97107)");
binding.A.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this));
binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE);
binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE);

View File

@ -1436,7 +1436,7 @@
<string name="color_picker_title">Select a color</string>
<string name="color_picker_transparency">Transparency</string>
<string name="color_picker_use_default">Use Default</string>
<string name="res_2131887516_com_crashlytics_android_build_id">d62410d9ab9c49f896f50161f380c409</string>
<string name="res_2131887516_com_crashlytics_android_build_id">9637831652614c7485fd87700518aa62</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
<string name="command_accessibility_desc_app_item">{applicationName} application</string>