ProfileInfo

open class ProfileInfo : DataModel, Serializable

유저의 프로필 정보
User Profile Information


korean

  • playerID : 유저의 고유한 ID

  • playerName : 외부에 보여질 유저의 닉네임, 처음 연결된 Provider 의 정보로 채워지며

  • HIVE 멤버쉽으로 연동한 사용자는 변경이 가능하다.

  • playerImageUrl : 유저의 섬네일 이미지 URL, PlayerName 과 마찬가지로 처음 연결된 Provider 의 정보로 채워지며

  • HIVE 멤버쉽으로 연동한 사용자는 변경이 가능하다.


english

  • playerID : User's unique ID

  • playerName : The nickname of the user to be shown outside. It is filled with information from the first connected provider, but can be changed when user register HIVE Membership.

  • playerImageUrl : Thumbnail image URL of the user. Like PlayerName, it is filled with information from the first connected provider, but can be changed when user register HIVE Membership.

Inheritors

Constructors

Link copied to clipboard
constructor()
constructor(playerId: Long, playerName: String, playerImageUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>