Package 

Enum HorizontalSide

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    @Deprecated(message = 
    accompanist/insets is deprecated.
    The androidx.compose equivalent of HorizontalSide is using Modifier.windowInsetsStartWidth or
    Modifier.windowInsetsEndWidth with the desired type of WindowInsets.
    For more migration information, please visit https://google.github.io/accompanist/insets/#migration
    ) 
    public enum HorizontalSide
    extends Enum<HorizontalSide>
                        

    Represents a horizontal side of the display.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Right
      Left
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait