setEdgeReachThreshold

fun setEdgeReachThreshold(edgeReachThreshold: Int)

Sets the threshold distance (in pixels) from an edge that is considered as reaching the edge.
This method allows you to define the distance from an edge (top, bottom, left, or right) within which the RecyclerScrollStateView is considered to have reached that edge.
By default, the edge reach threshold is set to 10 pixels.
You can adjust this value to control the sensitivity of edge reach detection. A higher value will make the detection less sensitive, while a lower value will make it more sensitive.

가장자리에 도달한 것으로 간주되는 가장자리로부터의 임계 거리(픽셀 단위)를 설정합니다.
이 메서드를 사용하면 RecyclerScrollStateView가 해당 가장자리에 도달한 것으로 간주되는 가장자리(상단, 하단, 좌측 또는 우측)로부터의 거리를 정의할 수 있습니다.
기본값으로 가장자리 도달 임계값은 10픽셀로 설정됩니다.
이 값을 조정하여 가장자리 도달 감지의 민감도를 제어할 수 있습니다. 값이 높을수록 감지가 덜 민감해지고, 낮을수록 더 민감해집니다.

Parameters

edgeReachThreshold

The edge reach threshold distance in pixels. This value should be >= 0.

가장자리 도달 임계 거리(픽셀 단위). 이 값은 0 이상이어야 합니다.