ChatItemPinningType

public enum ChatItemPinningType : Hashable

Represents pinning behavour of the element.

  • top

    Represents top edge of the visible area.

    Declaration

    Swift

    case top
  • Represents bottom edge of the visible area.

    Declaration

    Swift

    case bottom