onAuthV4GetProfile

abstract fun onAuthV4GetProfile(result: ResultAPI, profileInfoList: ArrayList<AuthV4.ProfileInfo>?)

AuthV4 Profile Profile 정보 요청 결과 통지
AuthV4 Profile information request result callback


korean

프로필 서버에 요청한 playerId 들에 대한 profile 정보를 전달한다.

result : 요청에 대한 결과. 실패일 경우 profileInfoList 는 비어있다.
profileInfoList : 요청한 playerId 들에 대한 profile 정보.
각각 playerId, playerName, playerImageUrl 이 포함되어 있다.


english

The profile information of the playerIds which are requested to the profile server is returned.

result : Results for request. In case of failure, profileInfoList is empty.
profileInfoList : Profile information for requested playerIds.
Each profile has playerId, playerName, playerImageUrl.