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
@SerialName(value = "dev")
DEV

DEV 알파
Alpha

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

샌드박스
Sandbox

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

베타, CBT
Beta, CBT

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

리얼, 프로덕션
Real, Production

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun valueOf(value: String): KakaoPhase

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<KakaoPhase>

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

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