1// Signature format: 4.0 2package com.google.accompanist.swiperefresh { 3 4 public final class SlingshotKt { 5 } 6 7 public final class SwipeRefreshIndicatorKt { 8 method @Deprecated @androidx.compose.runtime.Composable public static void SwipeRefreshIndicator(com.google.accompanist.swiperefresh.SwipeRefreshState state, float refreshTriggerDistance, optional androidx.compose.ui.Modifier modifier, optional boolean fade, optional boolean scale, optional boolean arrowEnabled, optional long backgroundColor, optional long contentColor, optional androidx.compose.ui.graphics.Shape shape, optional float refreshingOffset, optional boolean largeIndication, optional float elevation); 9 } 10 11 public final class SwipeRefreshKt { 12 method @Deprecated @androidx.compose.runtime.Composable public static void SwipeRefresh(com.google.accompanist.swiperefresh.SwipeRefreshState state, kotlin.jvm.functions.Function0<kotlin.Unit> onRefresh, optional androidx.compose.ui.Modifier modifier, optional boolean swipeEnabled, optional float refreshTriggerDistance, optional androidx.compose.ui.Alignment indicatorAlignment, optional androidx.compose.foundation.layout.PaddingValues indicatorPadding, optional kotlin.jvm.functions.Function2<? super com.google.accompanist.swiperefresh.SwipeRefreshState,? super androidx.compose.ui.unit.Dp,kotlin.Unit> indicator, optional boolean clipIndicatorToPadding, kotlin.jvm.functions.Function0<kotlin.Unit> content); 13 method @Deprecated @androidx.compose.runtime.Composable public static com.google.accompanist.swiperefresh.SwipeRefreshState rememberSwipeRefreshState(boolean isRefreshing); 14 } 15 16 @Deprecated @androidx.compose.runtime.Stable public final class SwipeRefreshState { 17 ctor @Deprecated public SwipeRefreshState(boolean isRefreshing); 18 method @Deprecated public float getIndicatorOffset(); 19 method @Deprecated public boolean isRefreshing(); 20 method @Deprecated public boolean isSwipeInProgress(); 21 method @Deprecated public void setRefreshing(boolean); 22 property public final float indicatorOffset; 23 property public final boolean isRefreshing; 24 property public final boolean isSwipeInProgress; 25 } 26 27} 28 29