ImageTypeEnum enum

图片类型 由于腾讯云 Android 和 IOS 的 V2TIMImageType 对象不相同,所以需要单独解析 Android 的下标为 0、1、2,IOS的为 1、2、4

Inheritance

Constructors

ImageTypeEnum()
const

Values

Original → const ImageTypeEnum

原图

Thumb → const ImageTypeEnum

缩略图

Large → const ImageTypeEnum

大图

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ImageTypeEnum>
A constant List of the values in this enum, in order of their declaration.