Channel

data class Channel(uuid: String, encodedId: String, relation: Channel.Relation, updatedAt: Date?) : Parcelable

카카오톡 채널 관계 목록
List of the Kakao Talk Channel relationship

Constructors

Link copied to clipboard
fun Channel(uuid: String, encodedId: String, relation: Channel.Relation, updatedAt: Date?)

Types

Link copied to clipboard
enum Relation : Enum<Channel.Relation>

카카오톡 채널 관계
Relationship with the Kakao Talk Channel

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
@SerializedName(value = "channel_public_id")
val encodedId: String

카카오톡 채널 프로필 ID
Kakao Talk Channel profile ID

Link copied to clipboard
val relation: Channel.Relation

카카오톡 채널 관계
Relationship with the Kakao Talk Channel

Link copied to clipboard
val updatedAt: Date?

최종 변경 일시
Last update time

Link copied to clipboard
@SerializedName(value = "channel_uuid")
val uuid: String

카카오톡 채널 고유 ID
Kakao Talk Channel unique ID