getPlayerInfo

현재 사인-인 된 유저의 정보를 반환 한다.
It returns information about the currently signed-in user.


korean

PlayerInfo 에는 playerToken 을 포함하고 있으며
프로필 정보 (playerName, playerImageUrl) 까지 포함하고 있으나,
요청시 실시간으로 서버에 요청하지 않고 로컬에 캐쉬되어 있는 프로필 정보를 반환 한다.

getProfile 이나 showProfile 에서 사인-인 된 유저 자신일 경우 자동으로 캐쉬를 갱신한다..


english

PlayerInfo includes playerToken and profile information (playerName, playerImageUrl),
but it returns the locally cached profile information instead of requesting it to the server in real time upon request.

When getProfile or showProfile is called, it is automatically updated profile information if a signed-in user is it self.

Return

PlayerInfo Information about the currently signed-in user. Null if not signed-in.