ZDKRating

@objc
public enum ZDKRating : Int

A rating that can be assigned to the chat

  • No rating assigned yet

    Declaration

    Swift

    case none
  • good

    Declaration

    Swift

    case good
  • bad

    bad

    Declaration

    Swift

    case bad
  • String representation of the rating

    Declaration

    Swift

    public var description: String { get }