CustomSection

data class CustomSection(val title: String, val uuids: List<String>) : Parcelable

피커에 포함되는 사용자 정의 영역
Custom section included in the picker

Constructors

Link copied to clipboard
constructor(title: String, uuids: List<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

사용자 정의 영역의 타이틀
Custom section title

Link copied to clipboard

사용자 정의 영역에 포함할 유저의 Uuid 목록
List of uuid included in the custom section