-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate public API surface for coil3
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Signature format: 4.0 | ||
package me.saket.telephoto.zoomable.coil3 { | ||
|
||
public final class ZoomableAsyncImageKt { | ||
method @androidx.compose.runtime.Composable @androidx.compose.runtime.NonRestartableComposable public static void ZoomableAsyncImage(Object? model, String? contentDescription, optional androidx.compose.ui.Modifier modifier, optional me.saket.telephoto.zoomable.ZoomableImageState state, optional coil3.ImageLoader imageLoader, optional float alpha, optional androidx.compose.ui.graphics.ColorFilter? colorFilter, optional androidx.compose.ui.Alignment alignment, optional androidx.compose.ui.layout.ContentScale contentScale, optional boolean gesturesEnabled, optional kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit>? onClick, optional kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit>? onLongClick, optional boolean clipToBounds, optional me.saket.telephoto.zoomable.DoubleClickToZoomListener onDoubleClick); | ||
method @androidx.compose.runtime.Composable public static me.saket.telephoto.zoomable.ZoomableImageSource coil(me.saket.telephoto.zoomable.ZoomableImageSource.Companion, Object? model, optional coil3.ImageLoader imageLoader); | ||
} | ||
|
||
} | ||
|