BmsChatBubbleType

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

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 BmsChatBubbleType 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<BmsChatBubbleType> values()

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