KakaoPhase

enum KakaoPhase : Enum<KakaoPhase>

카카오의 배포 페이즈, KakaoSdk.init 으로 SDK 초기화 시 withPhase 로 페이즈 설정 가능
Deploy phase of Kakao, you can set the phase withPhase when initializing the SDK with KakaoSdk.init

See also

Entries

Link copied to clipboard
@SerializedName(value = "production")
PRODUCTION("production")

리얼, 프로덕션
Real, Production

Link copied to clipboard
@SerializedName(value = "cbt")
CBT("cbt")

베타, CBT
Beta, CBT

Link copied to clipboard
@SerializedName(value = "sandbox")
SANDBOX("sandbox")

샌드박스
Sandbox

Link copied to clipboard
@SerializedName(value = "omega")
OMEGA("omega")

OMEGA 오메가
Omega

Link copied to clipboard
@SerializedName(value = "dev")
DEV("dev")

DEV 알파
Alpha

Types

Link copied to clipboard
object Companion

Properties

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