{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

Swiper.Status

enum Swiper.Status


The result of the swipe.

Summary

Enum Values

FAILURE

Injecting the event was a complete failure.

SUCCESS

The swipe action completed successfully.

Public constructors

Enum Values

FAILURE

val Swiper.Status.FAILURESwiper.Status

Injecting the event was a complete failure.

SUCCESS

val Swiper.Status.SUCCESSSwiper.Status

The swipe action completed successfully.

Public constructors

Status

Status()