You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: authenticator/api/authenticator.api
+13-3
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,18 @@ public final class com/amplifyframework/ui/authenticator/BuildConfig {
22
22
23
23
public final class com/amplifyframework/ui/authenticator/ErrorState : com/amplifyframework/ui/authenticator/AuthenticatorStepState {
24
24
public static final field $stable I
25
-
public fun <init> (Lcom/amplifyframework/auth/AuthException;)V
25
+
public fun <init> (Lcom/amplifyframework/auth/AuthException;Lkotlin/jvm/functions/Function1;)V
26
+
public synthetic fun <init> (Lcom/amplifyframework/auth/AuthException;Lkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
26
27
public final fun component1 ()Lcom/amplifyframework/auth/AuthException;
27
-
public final fun copy (Lcom/amplifyframework/auth/AuthException;)Lcom/amplifyframework/ui/authenticator/ErrorState;
28
-
public static synthetic fun copy$default (Lcom/amplifyframework/ui/authenticator/ErrorState;Lcom/amplifyframework/auth/AuthException;ILjava/lang/Object;)Lcom/amplifyframework/ui/authenticator/ErrorState;
28
+
public final fun copy (Lcom/amplifyframework/auth/AuthException;Lkotlin/jvm/functions/Function1;)Lcom/amplifyframework/ui/authenticator/ErrorState;
29
+
public static synthetic fun copy$default (Lcom/amplifyframework/ui/authenticator/ErrorState;Lcom/amplifyframework/auth/AuthException;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcom/amplifyframework/ui/authenticator/ErrorState;
29
30
public fun equals (Ljava/lang/Object;)Z
31
+
public final fun getCanRetry ()Z
30
32
public final fun getError ()Lcom/amplifyframework/auth/AuthException;
31
33
public fun getStep ()Lcom/amplifyframework/ui/authenticator/enums/AuthenticatorStep$Error;
32
34
public synthetic fun getStep ()Lcom/amplifyframework/ui/authenticator/enums/AuthenticatorStep;
33
35
public fun hashCode ()I
36
+
public final fun retry (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
34
37
public fun toString ()Ljava/lang/String;
35
38
}
36
39
@@ -674,6 +677,13 @@ public final class com/amplifyframework/ui/authenticator/ui/AuthenticatorLoading
674
677
public static final fun AuthenticatorLoading (Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
675
678
}
676
679
680
+
public final class com/amplifyframework/ui/authenticator/ui/ComposableSingletons$AuthenticatorErrorKt {
681
+
public static final field INSTANCE Lcom/amplifyframework/ui/authenticator/ui/ComposableSingletons$AuthenticatorErrorKt;
682
+
public static field lambda-1 Lkotlin/jvm/functions/Function3;
683
+
public fun <init> ()V
684
+
public final fun getLambda-1$authenticator_release ()Lkotlin/jvm/functions/Function3;
685
+
}
686
+
677
687
public final class com/amplifyframework/ui/authenticator/ui/ComposableSingletons$AuthenticatorFormKt {
678
688
public static final field INSTANCE Lcom/amplifyframework/ui/authenticator/ui/ComposableSingletons$AuthenticatorFormKt;
679
689
public static field lambda-1 Lkotlin/jvm/functions/Function2;
0 commit comments