Skip to content

Commit

Permalink
Dump APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed Jul 7, 2024
1 parent d859350 commit e9d2423
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cache/api/android/cache.api
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
public final class org/mobilenativefoundation/store/cache/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}

public abstract interface class org/mobilenativefoundation/store/cache5/Cache {
public abstract fun getAllPresent ()Ljava/util/Map;
public abstract fun getAllPresent (Ljava/util/List;)Ljava/util/Map;
Expand Down
7 changes: 7 additions & 0 deletions core/api/android/core.api
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
public final class org/mobilenativefoundation/store/core/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}

public abstract interface annotation class org/mobilenativefoundation/store/core5/ExperimentalStoreApi : java/lang/annotation/Annotation {
}

Expand Down
7 changes: 7 additions & 0 deletions multicast/api/android/multicast.api
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
public final class org/mobilenativefoundation/store/multicast/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}

public final class org/mobilenativefoundation/store/multicast5/Multicaster {
public fun <init> (Lkotlinx/coroutines/CoroutineScope;ILkotlinx/coroutines/flow/Flow;ZZLkotlin/jvm/functions/Function2;)V
public synthetic fun <init> (Lkotlinx/coroutines/CoroutineScope;ILkotlinx/coroutines/flow/Flow;ZZLkotlin/jvm/functions/Function2;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
Expand Down
7 changes: 7 additions & 0 deletions rx2/api/rx2.api
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
public final class org/mobilenativefoundation/store/rx2/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}

public final class org/mobilenativefoundation/store/rx2/RxFetcherKt {
public static final fun ofFlowable (Lorg/mobilenativefoundation/store/store5/Fetcher$Companion;Lkotlin/jvm/functions/Function1;)Lorg/mobilenativefoundation/store/store5/Fetcher;
public static final fun ofResultFlowable (Lorg/mobilenativefoundation/store/store5/Fetcher$Companion;Lkotlin/jvm/functions/Function1;)Lorg/mobilenativefoundation/store/store5/Fetcher;
Expand Down
7 changes: 7 additions & 0 deletions store/api/android/store.api
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ public final class org/mobilenativefoundation/store/store5/Bookkeeper$DefaultImp
public static synthetic fun setLastFailedSync$default (Lorg/mobilenativefoundation/store/store5/Bookkeeper;Ljava/lang/Object;JLkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
}

public final class org/mobilenativefoundation/store/store5/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}

public abstract interface class org/mobilenativefoundation/store/store5/Clear {
}

Expand Down

0 comments on commit e9d2423

Please sign in to comment.