Package 

Enum AvatarShape

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

    
    public enum AvatarShape
    extends Enum<AvatarShape>
                        

    An attribute type of AvatarView to determine the shape of the image and border.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ROUNDED_RECT

      Round rect cropped image and border.

      CIRCLE

      Circle cropped image and border.

    • Method Summary

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

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