Skip to content

Commit

Permalink
Run ./gradlew :store:apiDump
Browse files Browse the repository at this point in the history
Signed-off-by: matt-ramotar <matt.ramotar@uber.com>
  • Loading branch information
matt-ramotar committed Nov 24, 2024
1 parent 36ce1ad commit ec83668
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions store/api/android/store.api
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ public final class org/mobilenativefoundation/store/store5/FetcherResult$Error$M
public fun toString ()Ljava/lang/String;
}

public abstract interface class org/mobilenativefoundation/store/store5/Logger {
public abstract fun debug (Ljava/lang/String;)V
public abstract fun error (Ljava/lang/String;Ljava/lang/Throwable;)V
}

public final class org/mobilenativefoundation/store/store5/Logger$DefaultImpls {
public static synthetic fun error$default (Lorg/mobilenativefoundation/store/store5/Logger;Ljava/lang/String;Ljava/lang/Throwable;ILjava/lang/Object;)V
}

public final class org/mobilenativefoundation/store/store5/MemoryPolicy {
public static final field Companion Lorg/mobilenativefoundation/store/store5/MemoryPolicy$Companion;
public static final field DEFAULT_SIZE_POLICY J
Expand Down
9 changes: 9 additions & 0 deletions store/api/jvm/store.api
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@ public final class org/mobilenativefoundation/store/store5/FetcherResult$Error$M
public fun toString ()Ljava/lang/String;
}

public abstract interface class org/mobilenativefoundation/store/store5/Logger {
public abstract fun debug (Ljava/lang/String;)V
public abstract fun error (Ljava/lang/String;Ljava/lang/Throwable;)V
}

public final class org/mobilenativefoundation/store/store5/Logger$DefaultImpls {
public static synthetic fun error$default (Lorg/mobilenativefoundation/store/store5/Logger;Ljava/lang/String;Ljava/lang/Throwable;ILjava/lang/Object;)V
}

public final class org/mobilenativefoundation/store/store5/MemoryPolicy {
public static final field Companion Lorg/mobilenativefoundation/store/store5/MemoryPolicy$Companion;
public static final field DEFAULT_SIZE_POLICY J
Expand Down

0 comments on commit ec83668

Please sign in to comment.