Package-level declarations

Types

Link copied to clipboard

Listener interface for edge reach events.

가장자리 도달 이벤트를 위한 리스너 인터페이스입니다.

Link copied to clipboard

Listener interface for scroll direction change events.

스크롤 방향 변경 이벤트를 위한 리스너 인터페이스입니다.

Link copied to clipboard

A custom RecyclerView that provides edge reach and scroll direction detection.
This view extends RecyclerView and adds functionality to detect when the user has scrolled to the edge of the view and the direction of the scroll.

가장자리 도달 및 스크롤 방향 감지 기능을 제공하는 커스텀 RecyclerView입니다.
이 뷰는 RecyclerView를 확장하여 사용자가 뷰의 가장자리로 스크롤했을 때와 스크롤 방향을 감지하는 기능을 추가합니다.

Link copied to clipboard
sealed class ScrollDirection

Represents the scroll direction of a RecyclerView.

RecyclerView의 스크롤 방향을 나타냅니다.

Link copied to clipboard
sealed class ScrollEdge

Represents the edge position of a RecyclerView.

RecyclerView의 가장자리 위치를 나타냅니다.

Functions

Link copied to clipboard
inline fun <T> MutableSharedFlow<T>.safeEmit(value: T, failure: () -> Unit): Boolean

Extension function to safely emit a value to MutableSharedFlow.
Calls the failure callback if emission fails.

MutableSharedFlow에 안전하게 값을 발행하는 확장 함수입니다.
발행이 실패하면 failure 콜백을 호출합니다.