ECGroupSearchType Constants Reference

Declared in ECGroupMatch.h

ECGroupSearchType

搜索的类型

Definition

typedef NS_ENUM(NSUInteger, ECGroupSearchType ) {
   ECGroupSearchType_GroupId = 1,
   ECGroupSearchType_GroupName = 2,
};

Constants

ECGroupSearchType_GroupId

根据GroupId,精确搜索

Declared In ECGroupMatch.h.

ECGroupSearchType_GroupName

根据GroupName,模糊搜索,默认值

Declared In ECGroupMatch.h.

Declared In

ECGroupMatch.h