diff --git a/alerts/api/androidLib/alerts.api b/alerts/api/androidLib/alerts.api index c3f04b112..e6249d398 100644 --- a/alerts/api/androidLib/alerts.api +++ b/alerts/api/androidLib/alerts.api @@ -103,15 +103,15 @@ public final class com/splendo/kaluga/alerts/AlertActions$DefaultImpls { } public final class com/splendo/kaluga/alerts/AlertPresenter : com/splendo/kaluga/alerts/BaseAlertPresenter, kotlinx/coroutines/CoroutineScope { - public fun (Lcom/splendo/kaluga/alerts/Alert;Lcom/splendo/kaluga/architecture/lifecycle/LifecycleManagerObserver;Lkotlinx/coroutines/CoroutineScope;)V - public synthetic fun (Lcom/splendo/kaluga/alerts/Alert;Lcom/splendo/kaluga/architecture/lifecycle/LifecycleManagerObserver;Lkotlinx/coroutines/CoroutineScope;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun (Lcom/splendo/kaluga/alerts/Alert;Lcom/splendo/kaluga/architecture/lifecycle/LifecycleManagerObserver;Lcom/splendo/kaluga/logging/Logger;Lkotlinx/coroutines/CoroutineScope;)V + public synthetic fun (Lcom/splendo/kaluga/alerts/Alert;Lcom/splendo/kaluga/architecture/lifecycle/LifecycleManagerObserver;Lcom/splendo/kaluga/logging/Logger;Lkotlinx/coroutines/CoroutineScope;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext; } public final class com/splendo/kaluga/alerts/AlertPresenter$Builder : com/splendo/kaluga/alerts/BaseAlertPresenter$Builder, com/splendo/kaluga/architecture/lifecycle/ActivityLifecycleSubscribable { public fun ()V - public fun (Lcom/splendo/kaluga/architecture/lifecycle/LifecycleManagerObserver;)V - public synthetic fun (Lcom/splendo/kaluga/architecture/lifecycle/LifecycleManagerObserver;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun (Lcom/splendo/kaluga/architecture/lifecycle/LifecycleManagerObserver;Lcom/splendo/kaluga/logging/Logger;)V + public synthetic fun (Lcom/splendo/kaluga/architecture/lifecycle/LifecycleManagerObserver;Lcom/splendo/kaluga/logging/Logger;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public fun create (Lcom/splendo/kaluga/alerts/Alert;Lkotlinx/coroutines/CoroutineScope;)Lcom/splendo/kaluga/alerts/AlertPresenter; public synthetic fun create (Lcom/splendo/kaluga/alerts/Alert;Lkotlinx/coroutines/CoroutineScope;)Lcom/splendo/kaluga/alerts/BaseAlertPresenter; public fun getManager ()Lcom/splendo/kaluga/architecture/lifecycle/ActivityLifecycleSubscribable$LifecycleManager; @@ -126,9 +126,11 @@ public final class com/splendo/kaluga/alerts/AlertsKt { } public abstract class com/splendo/kaluga/alerts/BaseAlertPresenter : com/splendo/kaluga/alerts/AlertActions { - public fun (Lcom/splendo/kaluga/alerts/Alert;)V + public static final field Companion Lcom/splendo/kaluga/alerts/BaseAlertPresenter$Companion; + public static final field TAG Ljava/lang/String; + public fun (Lcom/splendo/kaluga/alerts/Alert;Lcom/splendo/kaluga/logging/Logger;)V public fun dismiss (Z)V - protected abstract fun dismissAlert (Z)V + protected fun dismissAlert (Z)V public static synthetic fun dismissAlert$default (Lcom/splendo/kaluga/alerts/BaseAlertPresenter;ZILjava/lang/Object;)V public fun show (ZLkotlin/coroutines/Continuation;)Ljava/lang/Object; protected abstract fun showAlert (ZLkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;)V @@ -141,3 +143,6 @@ public abstract class com/splendo/kaluga/alerts/BaseAlertPresenter$Builder : com public abstract fun create (Lcom/splendo/kaluga/alerts/Alert;Lkotlinx/coroutines/CoroutineScope;)Lcom/splendo/kaluga/alerts/BaseAlertPresenter; } +public final class com/splendo/kaluga/alerts/BaseAlertPresenter$Companion { +} + diff --git a/alerts/api/jvm/alerts.api b/alerts/api/jvm/alerts.api index f2360d7b5..26c8afb9c 100644 --- a/alerts/api/jvm/alerts.api +++ b/alerts/api/jvm/alerts.api @@ -103,14 +103,14 @@ public final class com/splendo/kaluga/alerts/AlertActions$DefaultImpls { } public final class com/splendo/kaluga/alerts/AlertPresenter : com/splendo/kaluga/alerts/BaseAlertPresenter { - public fun (Lcom/splendo/kaluga/alerts/Alert;)V + public fun (Lcom/splendo/kaluga/alerts/Alert;Lcom/splendo/kaluga/logging/Logger;)V public fun dismiss (Z)V public fun show (ZLkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun showAsync (ZLkotlin/jvm/functions/Function0;)V } public final class com/splendo/kaluga/alerts/AlertPresenter$Builder : com/splendo/kaluga/alerts/BaseAlertPresenter$Builder { - public fun ()V + public fun (Lcom/splendo/kaluga/logging/Logger;)V public fun create (Lcom/splendo/kaluga/alerts/Alert;Lkotlinx/coroutines/CoroutineScope;)Lcom/splendo/kaluga/alerts/AlertPresenter; public synthetic fun create (Lcom/splendo/kaluga/alerts/Alert;Lkotlinx/coroutines/CoroutineScope;)Lcom/splendo/kaluga/alerts/BaseAlertPresenter; } @@ -122,9 +122,11 @@ public final class com/splendo/kaluga/alerts/AlertsKt { } public abstract class com/splendo/kaluga/alerts/BaseAlertPresenter : com/splendo/kaluga/alerts/AlertActions { - public fun (Lcom/splendo/kaluga/alerts/Alert;)V + public static final field Companion Lcom/splendo/kaluga/alerts/BaseAlertPresenter$Companion; + public static final field TAG Ljava/lang/String; + public fun (Lcom/splendo/kaluga/alerts/Alert;Lcom/splendo/kaluga/logging/Logger;)V public fun dismiss (Z)V - protected abstract fun dismissAlert (Z)V + protected fun dismissAlert (Z)V public static synthetic fun dismissAlert$default (Lcom/splendo/kaluga/alerts/BaseAlertPresenter;ZILjava/lang/Object;)V public fun show (ZLkotlin/coroutines/Continuation;)Ljava/lang/Object; protected abstract fun showAlert (ZLkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;)V @@ -137,3 +139,6 @@ public abstract class com/splendo/kaluga/alerts/BaseAlertPresenter$Builder : com public abstract fun create (Lcom/splendo/kaluga/alerts/Alert;Lkotlinx/coroutines/CoroutineScope;)Lcom/splendo/kaluga/alerts/BaseAlertPresenter; } +public final class com/splendo/kaluga/alerts/BaseAlertPresenter$Companion { +} +