Skip to content

Commit 4a9c99d

Browse files
committed
Api Dump
Signed-off-by: Matt Ramotar <[email protected]>
1 parent 90e9372 commit 4a9c99d

File tree

5 files changed

+0
-35
lines changed

5 files changed

+0
-35
lines changed

cache/api/android/cache.api

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
public final class org/mobilenativefoundation/store/cache/BuildConfig {
2-
public static final field BUILD_TYPE Ljava/lang/String;
3-
public static final field DEBUG Z
4-
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
5-
public fun <init> ()V
6-
}
7-
81
public abstract interface class org/mobilenativefoundation/store/cache5/Cache {
92
public abstract fun getAllPresent ()Ljava/util/Map;
103
public abstract fun getAllPresent (Ljava/util/List;)Ljava/util/Map;

core/api/android/core.api

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
public final class org/mobilenativefoundation/store/core/BuildConfig {
2-
public static final field BUILD_TYPE Ljava/lang/String;
3-
public static final field DEBUG Z
4-
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
5-
public fun <init> ()V
6-
}
7-
81
public abstract interface annotation class org/mobilenativefoundation/store/core5/ExperimentalStoreApi : java/lang/annotation/Annotation {
92
}
103

multicast/api/android/multicast.api

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
public final class org/mobilenativefoundation/store/multicast/BuildConfig {
2-
public static final field BUILD_TYPE Ljava/lang/String;
3-
public static final field DEBUG Z
4-
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
5-
public fun <init> ()V
6-
}
7-
81
public final class org/mobilenativefoundation/store/multicast5/Multicaster {
92
public fun <init> (Lkotlinx/coroutines/CoroutineScope;ILkotlinx/coroutines/flow/Flow;ZZLkotlin/jvm/functions/Function2;)V
103
public synthetic fun <init> (Lkotlinx/coroutines/CoroutineScope;ILkotlinx/coroutines/flow/Flow;ZZLkotlin/jvm/functions/Function2;ILkotlin/jvm/internal/DefaultConstructorMarker;)V

rx2/api/rx2.api

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
public final class org/mobilenativefoundation/store/rx2/BuildConfig {
2-
public static final field BUILD_TYPE Ljava/lang/String;
3-
public static final field DEBUG Z
4-
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
5-
public fun <init> ()V
6-
}
7-
81
public final class org/mobilenativefoundation/store/rx2/RxFetcherKt {
92
public static final fun ofFlowable (Lorg/mobilenativefoundation/store/store5/Fetcher$Companion;Lkotlin/jvm/functions/Function1;)Lorg/mobilenativefoundation/store/store5/Fetcher;
103
public static final fun ofResultFlowable (Lorg/mobilenativefoundation/store/store5/Fetcher$Companion;Lkotlin/jvm/functions/Function1;)Lorg/mobilenativefoundation/store/store5/Fetcher;

store/api/android/store.api

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ public final class org/mobilenativefoundation/store/store5/Bookkeeper$DefaultImp
1414
public static synthetic fun setLastFailedSync$default (Lorg/mobilenativefoundation/store/store5/Bookkeeper;Ljava/lang/Object;JLkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
1515
}
1616

17-
public final class org/mobilenativefoundation/store/store5/BuildConfig {
18-
public static final field BUILD_TYPE Ljava/lang/String;
19-
public static final field DEBUG Z
20-
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
21-
public fun <init> ()V
22-
}
23-
2417
public abstract interface class org/mobilenativefoundation/store/store5/Clear {
2518
}
2619

0 commit comments

Comments
 (0)