正在查看: Rilo v2.0.21 应用的 IntentConfirmationInterceptor.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Rilo v2.0.21 应用的 IntentConfirmationInterceptor.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.stripe.android.paymentsheet;
import com.stripe.android.model.ConfirmPaymentIntentParams;
import com.stripe.android.model.ConfirmStripeIntentParams;
import com.stripe.android.model.PaymentMethod;
import com.stripe.android.model.PaymentMethodCreateParams;
import com.stripe.android.model.PaymentMethodOptionsParams;
import com.stripe.android.paymentsheet.PaymentSheet;
import com.truecaller.android.sdk.network.RestAdapter;
import kotlin.Metadata;
import kotlin.coroutines.Continuation;
import kotlin.jvm.internal.Intrinsics;
@Metadata(d1 = {"\u00008\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\b`\u0018\u0000 \u00122\u00020\u0001:\u0002\u0012\u0013J3\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00052\u0006\u0010\u0006\u001a\u00020\u00072\b\u0010\b\u001a\u0004\u0018\u00010\t2\u0006\u0010\n\u001a\u00020\u000bH¦@ø\u0001\u0000¢\u0006\u0002\u0010\fJ?\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00052\u0006\u0010\r\u001a\u00020\u000e2\n\b\u0002\u0010\u000f\u001a\u0004\u0018\u00010\u00102\b\u0010\b\u001a\u0004\u0018\u00010\t2\u0006\u0010\n\u001a\u00020\u000bH¦@ø\u0001\u0000¢\u0006\u0002\u0010\u0011\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u0014"}, d2 = {"Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor;", "", "intercept", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep;", "initializationMode", "Lcom/stripe/android/paymentsheet/PaymentSheet$InitializationMode;", "paymentMethod", "Lcom/stripe/android/model/PaymentMethod;", "shippingValues", "Lcom/stripe/android/model/ConfirmPaymentIntentParams$Shipping;", "customerRequestedSave", "", "(Lcom/stripe/android/paymentsheet/PaymentSheet$InitializationMode;Lcom/stripe/android/model/PaymentMethod;Lcom/stripe/android/model/ConfirmPaymentIntentParams$Shipping;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;", "paymentMethodCreateParams", "Lcom/stripe/android/model/PaymentMethodCreateParams;", "paymentMethodOptionsParams", "Lcom/stripe/android/model/PaymentMethodOptionsParams;", "(Lcom/stripe/android/paymentsheet/PaymentSheet$InitializationMode;Lcom/stripe/android/model/PaymentMethodCreateParams;Lcom/stripe/android/model/PaymentMethodOptionsParams;Lcom/stripe/android/model/ConfirmPaymentIntentParams$Shipping;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;", "Companion", "NextStep", "paymentsheet_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public interface IntentConfirmationInterceptor {
public static final String COMPLETE_WITHOUT_CONFIRMING_INTENT = "COMPLETE_WITHOUT_CONFIRMING_INTENT";
public static final Companion INSTANCE = Companion.$$INSTANCE;
Object intercept(PaymentSheet.InitializationMode initializationMode, PaymentMethod paymentMethod, ConfirmPaymentIntentParams.Shipping shipping, boolean z, Continuation<? super NextStep> continuation);
Object intercept(PaymentSheet.InitializationMode initializationMode, PaymentMethodCreateParams paymentMethodCreateParams, PaymentMethodOptionsParams paymentMethodOptionsParams, ConfirmPaymentIntentParams.Shipping shipping, boolean z, Continuation<? super NextStep> continuation);
@Metadata(d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0006\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\bv\u0018\u00002\u00020\u0001:\u0004\u0006\u0007\b\tR\u0014\u0010\u0002\u001a\u0004\u0018\u00010\u0003X¦\u0004¢\u0006\u0006\u001a\u0004\b\u0004\u0010\u0005\u0082\u0001\u0004\n\u000b\f\r¨\u0006\u000e"}, d2 = {"Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep;", "", "deferredIntentConfirmationType", "Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "getDeferredIntentConfirmationType", "()Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "Complete", "Confirm", "Fail", "HandleNextAction", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep$Complete;", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep$Confirm;", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep$Fail;", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep$HandleNextAction;", "paymentsheet_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public interface NextStep {
DeferredIntentConfirmationType getDeferredIntentConfirmationType();
@Metadata(d1 = {"\u00004\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0003\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\b\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0002\b\u0002\b\u0087\b\u0018\u00002\u00020\u0001B\u0015\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0005¢\u0006\u0002\u0010\u0006J\t\u0010\u000f\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0010\u001a\u00020\u0005HÆ\u0003J\u001d\u0010\u0011\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u0005HÆ\u0001J\u0013\u0010\u0012\u001a\u00020\u00132\b\u0010\u0014\u001a\u0004\u0018\u00010\u0015HÖ\u0003J\t\u0010\u0016\u001a\u00020\u0017HÖ\u0001J\t\u0010\u0018\u001a\u00020\u0005HÖ\u0001R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0007\u0010\bR\u0016\u0010\t\u001a\u0004\u0018\u00010\n8VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\u000b\u0010\fR\u0011\u0010\u0004\u001a\u00020\u0005¢\u0006\b\n\u0000\u001a\u0004\b\r\u0010\u000e¨\u0006\u0019"}, d2 = {"Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep$Fail;", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep;", "cause", "", RestAdapter.JSON_KEY_ERROR_MESSAGE, "", "(Ljava/lang/Throwable;Ljava/lang/String;)V", "getCause", "()Ljava/lang/Throwable;", "deferredIntentConfirmationType", "Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "getDeferredIntentConfirmationType", "()Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "getMessage", "()Ljava/lang/String;", "component1", "component2", "copy", "equals", "", "other", "", "hashCode", "", "toString", "paymentsheet_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public static final class Fail implements NextStep {
public static final int $stable = 8;
private final Throwable cause;
private final String message;
public static Fail copy$default(Fail fail, Throwable th, String str, int i2, Object obj) {
if ((i2 & 1) != 0) {
th = fail.cause;
}
if ((i2 & 2) != 0) {
str = fail.message;
}
return fail.copy(th, str);
}
public final Throwable getCause() {
return this.cause;
}
public final String getMessage() {
return this.message;
}
public final Fail copy(Throwable cause, String message) {
Intrinsics.checkNotNullParameter(cause, "cause");
Intrinsics.checkNotNullParameter(message, RestAdapter.JSON_KEY_ERROR_MESSAGE);
return new Fail(cause, message);
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
if (!(other instanceof Fail)) {
return false;
}
Fail fail = (Fail) other;
return Intrinsics.areEqual(this.cause, fail.cause) && Intrinsics.areEqual(this.message, fail.message);
}
@Override
public DeferredIntentConfirmationType getDeferredIntentConfirmationType() {
return null;
}
public int hashCode() {
return (this.cause.hashCode() * 31) + this.message.hashCode();
}
public String toString() {
return "Fail(cause=" + this.cause + ", message=" + this.message + ")";
}
public Fail(Throwable th, String str) {
Intrinsics.checkNotNullParameter(th, "cause");
Intrinsics.checkNotNullParameter(str, RestAdapter.JSON_KEY_ERROR_MESSAGE);
this.cause = th;
this.message = str;
}
public final Throwable getCause() {
return this.cause;
}
public final String getMessage() {
return this.message;
}
}
@Metadata(d1 = {"\u00002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\b\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0087\b\u0018\u00002\u00020\u0001B\u0015\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0005¢\u0006\u0002\u0010\u0006J\t\u0010\u000e\u001a\u00020\u0003HÆ\u0003J\t\u0010\u000f\u001a\u00020\u0005HÆ\u0003J\u001d\u0010\u0010\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u0005HÆ\u0001J\u0013\u0010\u0011\u001a\u00020\u00052\b\u0010\u0012\u001a\u0004\u0018\u00010\u0013HÖ\u0003J\t\u0010\u0014\u001a\u00020\u0015HÖ\u0001J\t\u0010\u0016\u001a\u00020\u0017HÖ\u0001R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0007\u0010\bR\u0016\u0010\t\u001a\u0004\u0018\u00010\n8VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\u000b\u0010\fR\u0011\u0010\u0004\u001a\u00020\u0005¢\u0006\b\n\u0000\u001a\u0004\b\u0004\u0010\r¨\u0006\u0018"}, d2 = {"Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep$Confirm;", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep;", "confirmParams", "Lcom/stripe/android/model/ConfirmStripeIntentParams;", "isDeferred", "", "(Lcom/stripe/android/model/ConfirmStripeIntentParams;Z)V", "getConfirmParams", "()Lcom/stripe/android/model/ConfirmStripeIntentParams;", "deferredIntentConfirmationType", "Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "getDeferredIntentConfirmationType", "()Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "()Z", "component1", "component2", "copy", "equals", "other", "", "hashCode", "", "toString", "", "paymentsheet_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public static final class Confirm implements NextStep {
public static final int $stable = 8;
private final ConfirmStripeIntentParams confirmParams;
private final boolean isDeferred;
public static Confirm copy$default(Confirm confirm, ConfirmStripeIntentParams confirmStripeIntentParams, boolean z, int i2, Object obj) {
if ((i2 & 1) != 0) {
confirmStripeIntentParams = confirm.confirmParams;
}
if ((i2 & 2) != 0) {
z = confirm.isDeferred;
}
return confirm.copy(confirmStripeIntentParams, z);
}
public final ConfirmStripeIntentParams getConfirmParams() {
return this.confirmParams;
}
public final boolean getIsDeferred() {
return this.isDeferred;
}
public final Confirm copy(ConfirmStripeIntentParams confirmParams, boolean isDeferred) {
Intrinsics.checkNotNullParameter(confirmParams, "confirmParams");
return new Confirm(confirmParams, isDeferred);
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
if (!(other instanceof Confirm)) {
return false;
}
Confirm confirm = (Confirm) other;
return Intrinsics.areEqual(this.confirmParams, confirm.confirmParams) && this.isDeferred == confirm.isDeferred;
}
public int hashCode() {
int hashCode = this.confirmParams.hashCode() * 31;
boolean z = this.isDeferred;
int i2 = z;
if (z != 0) {
i2 = 1;
}
return hashCode + i2;
}
public String toString() {
return "Confirm(confirmParams=" + this.confirmParams + ", isDeferred=" + this.isDeferred + ")";
}
public Confirm(ConfirmStripeIntentParams confirmStripeIntentParams, boolean z) {
Intrinsics.checkNotNullParameter(confirmStripeIntentParams, "confirmParams");
this.confirmParams = confirmStripeIntentParams;
this.isDeferred = z;
}
public final ConfirmStripeIntentParams getConfirmParams() {
return this.confirmParams;
}
public final boolean isDeferred() {
return this.isDeferred;
}
@Override
public DeferredIntentConfirmationType getDeferredIntentConfirmationType() {
DeferredIntentConfirmationType deferredIntentConfirmationType = DeferredIntentConfirmationType.Client;
if (this.isDeferred) {
return deferredIntentConfirmationType;
}
return null;
}
}
@Metadata(d1 = {"\u0000.\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0002\b\u0002\b\u0087\b\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\u000b\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\f\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\r\u001a\u00020\u000e2\b\u0010\u000f\u001a\u0004\u0018\u00010\u0010HÖ\u0003J\t\u0010\u0011\u001a\u00020\u0012HÖ\u0001J\t\u0010\u0013\u001a\u00020\u0003HÖ\u0001R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006R\u0014\u0010\u0007\u001a\u00020\b8VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\t\u0010\n¨\u0006\u0014"}, d2 = {"Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep$HandleNextAction;", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep;", "clientSecret", "", "(Ljava/lang/String;)V", "getClientSecret", "()Ljava/lang/String;", "deferredIntentConfirmationType", "Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "getDeferredIntentConfirmationType", "()Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "component1", "copy", "equals", "", "other", "", "hashCode", "", "toString", "paymentsheet_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public static final class HandleNextAction implements NextStep {
public static final int $stable = 0;
private final String clientSecret;
public static HandleNextAction copy$default(HandleNextAction handleNextAction, String str, int i2, Object obj) {
if ((i2 & 1) != 0) {
str = handleNextAction.clientSecret;
}
return handleNextAction.copy(str);
}
public final String getClientSecret() {
return this.clientSecret;
}
public final HandleNextAction copy(String clientSecret) {
Intrinsics.checkNotNullParameter(clientSecret, "clientSecret");
return new HandleNextAction(clientSecret);
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
return (other instanceof HandleNextAction) && Intrinsics.areEqual(this.clientSecret, ((HandleNextAction) other).clientSecret);
}
public int hashCode() {
return this.clientSecret.hashCode();
}
public String toString() {
return "HandleNextAction(clientSecret=" + this.clientSecret + ")";
}
public HandleNextAction(String str) {
Intrinsics.checkNotNullParameter(str, "clientSecret");
this.clientSecret = str;
}
public final String getClientSecret() {
return this.clientSecret;
}
@Override
public DeferredIntentConfirmationType getDeferredIntentConfirmationType() {
return DeferredIntentConfirmationType.Server;
}
}
@Metadata(d1 = {"\u0000,\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0007\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0087\b\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\n\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\u000b\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\f\u001a\u00020\u00032\b\u0010\r\u001a\u0004\u0018\u00010\u000eHÖ\u0003J\t\u0010\u000f\u001a\u00020\u0010HÖ\u0001J\t\u0010\u0011\u001a\u00020\u0012HÖ\u0001R\u0014\u0010\u0005\u001a\u00020\u00068VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\u0007\u0010\bR\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0002\u0010\t¨\u0006\u0013"}, d2 = {"Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep$Complete;", "Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$NextStep;", "isForceSuccess", "", "(Z)V", "deferredIntentConfirmationType", "Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "getDeferredIntentConfirmationType", "()Lcom/stripe/android/paymentsheet/DeferredIntentConfirmationType;", "()Z", "component1", "copy", "equals", "other", "", "hashCode", "", "toString", "", "paymentsheet_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public static final class Complete implements NextStep {
public static final int $stable = 0;
private final boolean isForceSuccess;
public static Complete copy$default(Complete complete, boolean z, int i2, Object obj) {
if ((i2 & 1) != 0) {
z = complete.isForceSuccess;
}
return complete.copy(z);
}
public final boolean getIsForceSuccess() {
return this.isForceSuccess;
}
public final Complete copy(boolean isForceSuccess) {
return new Complete(isForceSuccess);
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
return (other instanceof Complete) && this.isForceSuccess == ((Complete) other).isForceSuccess;
}
public int hashCode() {
boolean z = this.isForceSuccess;
if (z) {
return 1;
}
return z ? 1 : 0;
}
public String toString() {
return "Complete(isForceSuccess=" + this.isForceSuccess + ")";
}
public Complete(boolean z) {
this.isForceSuccess = z;
}
public final boolean isForceSuccess() {
return this.isForceSuccess;
}
@Override
public DeferredIntentConfirmationType getDeferredIntentConfirmationType() {
if (this.isForceSuccess) {
return DeferredIntentConfirmationType.None;
}
return DeferredIntentConfirmationType.Server;
}
}
}
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
public static final class DefaultImpls {
public static Object intercept$default(IntentConfirmationInterceptor intentConfirmationInterceptor, PaymentSheet.InitializationMode initializationMode, PaymentMethodCreateParams paymentMethodCreateParams, PaymentMethodOptionsParams paymentMethodOptionsParams, ConfirmPaymentIntentParams.Shipping shipping, boolean z, Continuation continuation, int i2, Object obj) {
if (obj != null) {
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: intercept");
}
if ((i2 & 4) != 0) {
paymentMethodOptionsParams = null;
}
return intentConfirmationInterceptor.intercept(initializationMode, paymentMethodCreateParams, paymentMethodOptionsParams, shipping, z, continuation);
}
}
@Metadata(d1 = {"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0005\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u000e\u0010\u0003\u001a\u00020\u0004X\u0086T¢\u0006\u0002\n\u0000R\u001c\u0010\u0005\u001a\u0004\u0018\u00010\u0006X\u0086\u000e¢\u0006\u000e\n\u0000\u001a\u0004\b\u0007\u0010\b\"\u0004\b\t\u0010\n¨\u0006\u000b"}, d2 = {"Lcom/stripe/android/paymentsheet/IntentConfirmationInterceptor$Companion;", "", "()V", "COMPLETE_WITHOUT_CONFIRMING_INTENT", "", "createIntentCallback", "Lcom/stripe/android/paymentsheet/CreateIntentCallback;", "getCreateIntentCallback", "()Lcom/stripe/android/paymentsheet/CreateIntentCallback;", "setCreateIntentCallback", "(Lcom/stripe/android/paymentsheet/CreateIntentCallback;)V", "paymentsheet_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public static final class Companion {
static final Companion $$INSTANCE = new Companion();
public static final String COMPLETE_WITHOUT_CONFIRMING_INTENT = "COMPLETE_WITHOUT_CONFIRMING_INTENT";
private static CreateIntentCallback createIntentCallback;
private Companion() {
}
public final CreateIntentCallback getCreateIntentCallback() {
return createIntentCallback;
}
public final void setCreateIntentCallback(CreateIntentCallback createIntentCallback2) {
createIntentCallback = createIntentCallback2;
}
}
}