Skip to content

Commit 5935596

Browse files
committed
Run ./gradlew :store:apiDump
Signed-off-by: matt-ramotar <[email protected]>
1 parent 590a29d commit 5935596

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

store/api/android/store.api

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ public final class org/mobilenativefoundation/store/store5/FetcherResult$Error$M
123123
public fun toString ()Ljava/lang/String;
124124
}
125125

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+
126135
public final class org/mobilenativefoundation/store/store5/MemoryPolicy {
127136
public static final field Companion Lorg/mobilenativefoundation/store/store5/MemoryPolicy$Companion;
128137
public static final field DEFAULT_SIZE_POLICY J

store/api/jvm/store.api

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@ public final class org/mobilenativefoundation/store/store5/FetcherResult$Error$M
116116
public fun toString ()Ljava/lang/String;
117117
}
118118

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+
119128
public final class org/mobilenativefoundation/store/store5/MemoryPolicy {
120129
public static final field Companion Lorg/mobilenativefoundation/store/store5/MemoryPolicy$Companion;
121130
public static final field DEFAULT_SIZE_POLICY J

0 commit comments

Comments
 (0)