PickerFriendRequestParams class

KO: 피커 설정
EN: Options for the picker

Annotations
  • @JsonSerializable.new()

Properties

enableBackButton → bool?
KO: 뒤로 가기 버튼 사용 여부, 리다이렉트 방식 웹 또는 네이티브 앱에서만 사용 가능
EN: Enables the back button, available for web with redirect method or native app
final
enableSearch → bool?
KO: 검색 기능 사용 여부
EN: Enables the search function
final
hashCode → int
The hash code for this object.
no setterinherited
maxPickableCount → int?
KO: 선택 가능한 최대 대상 수
EN: Maximum pickable count
final
minPickableCount → int?
KO: 선택 가능한 최소 대상 수
EN: Minimum pickable count
final
returnUrl → String?
KO: 친구 정보를 받을 URL, 리다이렉트 방식 웹 사용 시 필수
EN: URL to get the friend information, required for web with redirect method
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showFavorite → bool?
KO: 즐겨찾기 친구 표시 여부
EN: Marks on favorite friends
final
showMyProfile → bool?
KO: 내 프로필 표시 여부
EN: Displays my profile
final
showPickedFriend → bool?
KO: 선택한 친구 표시 여부, 멀티 피커에만 사용 가능
EN: Displays selected friends for multi-picker
final
title → String?
KO: 피커 이름
EN: Name of the picker
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited