Public Member Functions | |
void | setKeywordList (List< String > keywordList) |
void | setKeywordListMatchType (int type) |
void | setGender (int gender) |
void | setMinBirthday (int minBirthday) |
void | setMaxBirthday (int maxBirthday) |
void | setSearchCount (int searchCount) |
void | setSearchCursor (String searchCursor) |
Static Public Attributes | |
static final int | V2TIM_GENDER_UNKNOWN = 0 |
static final int | V2TIM_GENDER_MALE = 1 |
static final int | V2TIM_GENDER_FEMALE = 2 |
static final int | V2TIM_KEYWORD_LIST_MATCH_TYPE_OR = 0 |
static final int | V2TIM_KEYWORD_LIST_MATCH_TYPE_AND = 1 |
|
inline |
Specify the keywords (max 5), the keyword will automatically match the user ID and nickname.
|
inline |
Set whether to combine the keywords with OR (V2TIM_KEYWORD_LIST_MATCH_TYPE_OR) or AND (V2TIM_KEYWORD_LIST_MATCH_TYPE_AND). The default is OR.
|
inline |
Set gender (if not set, both male and female are returned by default)
|
inline |
Set minimum birthday (if not set, the default value is 0)
|
inline |
Set maximum birthday (if not set, all users with birthday >= minBirthday will be returned by default)
|
inline |
Set the count of users returned per cloud search (must be greater than 0, maximum supported is 100, default is 20, only valid for cloud search)
|
inline |
Set the starting position for a cloud search. For the first call, leave the parameter empty. For subsequent calls, pass in the value of searchCursor in V2TIMUserSearchResult.
|
static |
|
static |
|
static |
|
static |
|
static |