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: store/api/android/store.api
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,15 @@ public final class org/mobilenativefoundation/store/store5/FetcherResult$Error$M
123
123
public fun toString ()Ljava/lang/String;
124
124
}
125
125
126
+
public abstract interface class org/mobilenativefoundation/store/store5/Logger {
127
+
public abstract fun debug (Ljava/lang/String;)V
128
+
public abstract fun error (Ljava/lang/String;Ljava/lang/Throwable;)V
129
+
}
130
+
131
+
public final class org/mobilenativefoundation/store/store5/Logger$DefaultImpls {
132
+
public static synthetic fun error$default (Lorg/mobilenativefoundation/store/store5/Logger;Ljava/lang/String;Ljava/lang/Throwable;ILjava/lang/Object;)V
133
+
}
134
+
126
135
public final class org/mobilenativefoundation/store/store5/MemoryPolicy {
127
136
public static final field Companion Lorg/mobilenativefoundation/store/store5/MemoryPolicy$Companion;
Copy file name to clipboardExpand all lines: store/api/jvm/store.api
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,15 @@ public final class org/mobilenativefoundation/store/store5/FetcherResult$Error$M
116
116
public fun toString ()Ljava/lang/String;
117
117
}
118
118
119
+
public abstract interface class org/mobilenativefoundation/store/store5/Logger {
120
+
public abstract fun debug (Ljava/lang/String;)V
121
+
public abstract fun error (Ljava/lang/String;Ljava/lang/Throwable;)V
122
+
}
123
+
124
+
public final class org/mobilenativefoundation/store/store5/Logger$DefaultImpls {
125
+
public static synthetic fun error$default (Lorg/mobilenativefoundation/store/store5/Logger;Ljava/lang/String;Ljava/lang/Throwable;ILjava/lang/Object;)V
126
+
}
127
+
119
128
public final class org/mobilenativefoundation/store/store5/MemoryPolicy {
120
129
public static final field Companion Lorg/mobilenativefoundation/store/store5/MemoryPolicy$Companion;
0 commit comments