SC_ScoresSearchList_t
Structure containing all available score search list load criterias.
Synopsis:
struct {
SC_TimeInterval_t timeInterval ;
SC_CountrySelector_t countrySelector ;
const char * country ;
SC_UsersSelector_t usersSelector ;
SC_User_h buddyhoodUser ;
};
Data:
- SC_TimeInterval_t timeInterval
- Time interval filter.
- SC_CountrySelector_t countrySelector
- Country filter.
- const char * country
- Used only with combination with countrySelector == SC_COUNTRY_SELECTOR_EXPLICIT.
-
For other countrySelector types should be set to NULL. The value should be a country code compliant to ISO3166. Depricated from 10.2 NDK Beta
- SC_UsersSelector_t usersSelector
- Users filter.
- SC_User_h buddyhoodUser
- Used only with combination with usersSelector == SC_USERS_SELECTOR_BUDDYHOOD.
-
For other usersSelector types should be set to NULL.