PickerFriendFilter

enum PickerFriendFilter : Enum<PickerFriendFilter>

친구 목록 필터링 설정
Filtering options for the friend list

Entries

Link copied to clipboard
@SerializedName(value = "invitable")
INVITABLE()

앱과 연결되지 않은 친구, 초대 가능
Friends not linked to the app, available to invite

Link copied to clipboard
@SerializedName(value = "registered")
REGISTERED()

앱과 연결된 친구
Friends linked to the app

Link copied to clipboard
@SerializedName(value = "none")
NONE()

필터링하지 않음
Do not filter

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int