public enum

OnSwipe.Side

extends java.lang.Enum<OnSwipe.Side>

 java.lang.Object

↳java.lang.Enum<OnSwipe.Side>

↳androidx.constraintlayout.core.dsl.OnSwipe.Side

Summary

Enum Constants
BOTTOM
END
LEFT
MIDDLE
RIGHT
START
TOP
Methods
public static OnSwipe.SidevalueOf(java.lang.String name)

public static OnSwipe.Sidevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

TOP

LEFT

RIGHT

BOTTOM

MIDDLE

START

END

Methods

public static OnSwipe.Side values()

public static OnSwipe.Side valueOf(java.lang.String name)