qBool GetRankingByUniqueIdList( ProtocolCallContext * pContext, qVector< UniqueId > & nexUniqueIdList, RankingConstants::RankingMode rankingMode, qUnsignedInt32 category, const RankingOrderParam & orderParam, RankingResult * pResult, UniqueId nexUniqueId = INVALID_UNIQUEID );
Name | Description | |
---|---|---|
in | pContext | The call context. |
in | nexUniqueIdList | NEX unique ID to be the ranking target. |
in | rankingMode | The ranking retrieval mode. |
in | category | Category. |
in | orderParam | Parameters for calculating the order. |
out | pResult | The obtained result of rankings. |
in | nexUniqueId | Own NEX unique ID. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Gets the ranking list that has the specified NEX unique ID as the population.
Gets the ranking list of the category specified for the users specified by the NEX unique ID.
When RankingConstants::RANKING_MODE_RANGE
(ranking range) is specified in rankingMode, gets the ranking in the users with the specified NEX unique ID.
If RankingConstants::RANKING_MODE_NEAR
(nearby rankings) is specified for the ranking mode, gets the nearby ranking of the local host from the users with the specified NEX unique ID. In the nearby rankings mode, the offset value specified by orderParam is ignored.
CONFIDENTIAL