PickerFriendRequestParams class

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

Annotations
  • @JsonSerializable()

Constructors

PickerFriendRequestParams.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

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

Operators

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