ItemType

@objc public enum ItemType: Int, RawRepresentable

V5 data types.

  • Bank item type.

    Declaration

    Swift

    case bank
  • Storage item type.

    Declaration

    Swift

    case storage_data
  • Declaration

    Swift

    public init?(rawValue: RawValue)
  • Declaration

    Swift

    public var rawValue: RawValue