DisableSelectOption

class DisableSelectOption @JvmOverloads constructor(var reason: DisableSelectReason, val message: String? = null, var uuids: List<String>? = null) : Parcelable

선택 불가 설정
Options to disable selecting

Constructors

Link copied to clipboard
constructor(reason: DisableSelectReason, message: String? = null, uuids: List<String>? = null)

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
val message: String? = null

서비스 상황에 맞게 표시할 사용자 선택 불가 사유
Reason to disable selecting according to the service

Link copied to clipboard

사용자 닉네임 아래에 표시할 선택 불가 사유
Reason to disable selecting that displayed under the nickname

Link copied to clipboard

사용자 선택 불가 사유를 적용할 사용자의 고유 ID
Unique ID of the user to disable selecting