BmsButtonType

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

BMS Free 버튼 타입

Entries

Link copied to clipboard

웹링크

Link copied to clipboard

앱링크

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.

Functions

Link copied to clipboard
Link copied to clipboard
public final BmsButtonType 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<BmsButtonType> values()

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