KakaoButtonType

@Serializable()
public enum KakaoButtonType extends Enum<KakaoButtonType>

Entries

Link copied to clipboard

웹링크 해당 버튼 타입을 사용할 경우 buttons 내 linkMo, linkPc 값을 반드시 기입하셔야 합니다.

Link copied to clipboard

앱링크 해당 버튼 타입을 사용할 경우 buttons 내 linkIos, linkAnd 값을 반드시 기입하셔야 합니다.

Link copied to clipboard

봇키워드 해당 버튼 텍스트 전송

Link copied to clipboard

메시지전달 해당 버튼 텍스트 + 메시지 본문 전송

Link copied to clipboard

배송조회 버튼 클릭 시 배송 조회 페이지로 이동 알림톡만 이용 가능, 대한통운 지원안함

Link copied to clipboard

상담톡 전환 상담톡 서비스를 이용하고 있을 경우 상담톡으로 전환

Link copied to clipboard

봇전환 채널 봇으로 전환

Link copied to clipboard

채널 추가 카카오톡 채널을 추가하는 버튼

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal

Functions

Link copied to clipboard
Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final KakaoButtonType valueOf(String value)

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
public final Array<KakaoButtonType> values()

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