KakaoCollectOptions class

카카오 수집 옵션

카카오 개발자센터에서 해당 항목을 먼저 활성화해야 합니다. https://developers.kakao.com/console

Constructors

KakaoCollectOptions({bool email = true, bool profile = true, bool phone = false, bool birthday = false, bool gender = false, bool ageRange = false, bool ci = false})
const

Properties

ageRange bool
연령대 수집
final
birthday bool
생일 수집
final
ci bool
CI(연계정보) 수집 (카카오싱크 비즈니스용)
final
email bool
이메일 수집 (기본: true)
final
gender bool
성별 수집
final
hashCode int
The hash code for this object.
no setterinherited
phone bool
전화번호 수집 (개발자센터에서 활성화 필요)
final
profile bool
프로필 정보 수집 - 닉네임, 프로필 이미지 (기본: true)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toScopes() List<String>
scope 문자열 목록 생성
toString() String
A string representation of this object.
inherited

Operators

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

Constants

all → const KakaoCollectOptions
모든 옵션 활성화
defaults → const KakaoCollectOptions
기본 옵션 (이메일, 프로필만)