{% setvar book_path %}/reference/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

Swiper.Status Swiper.Status.FAILURE

Injecting the event was a complete failure.

SUCCESS

Swiper.Status Swiper.Status.SUCCESS

The swipe action completed successfully.

Public constructors

Status

public final Status()