User

data class User(val id: Long?, val properties: Map<String, String>?, val kakaoAccount: Account?, val groupUserToken: String?, val connectedAt: Date?, val synchedAt: Date?, val hasSignedUp: Boolean?, val uuid: String?) : Parcelable

사용자 정보 가져오기 응답
Response for Retrieve user information

Constructors

Link copied to clipboard
constructor(id: Long?, properties: Map<String, String>?, kakaoAccount: Account?, groupUserToken: String?, connectedAt: Date?, synchedAt: Date?, hasSignedUp: Boolean?, uuid: String?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

서비스에 연결 완료된 시각, UTC
Time connected to the service, UTC

Link copied to clipboard

그룹에서 맵핑 정보로 사용할 수 있는 값
Token to map user in the group apps

Link copied to clipboard

연결하기 호출의 완료 여부
Whether the user is completely linked with the app

Link copied to clipboard
val id: Long?

회원번호
Service user ID

Link copied to clipboard

카카오계정 정보
Kakao Account information

Link copied to clipboard

사용자 프로퍼티
User properties

Link copied to clipboard

카카오싱크 간편가입을 통해 로그인한 시각, UTC
The time when the user is logged in through Kakao Sync Simple Signup, UTC

Link copied to clipboard
val uuid: String?

다른 사용자의 친구 정보에서 보여지는 해당 사용자의 고유 ID
Unique ID for the friend information