Prompt enum

동의 화면 요청 시 추가 상호작용을 요청할 때 사용

Inheritance
  • Object
  • Enum
  • Prompt

Constructors

Prompt()
const

Values

login → const Prompt

기존 사용자 인증 여부와 상관없이 사용자에게 카카오계정 로그인 화면을 출력하여 다시 사용자 인증을 수행하고자 할 때 사용

create → const Prompt

사용자가 카카오계정 신규 가입 후 로그인하도록 할 때 사용

selectAccount → const Prompt

카카오계정 간편 로그인을 요청할 때 사용

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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

Constants

values → const List<Prompt>
A constant List of the values in this enum, in order of their declaration.
[login, create, selectAccount, cert]