MessageType

public enum MessageType extends Enum<MessageType>

Entries

Link copied to clipboard

단문문자 (80 byte 미만)

Link copied to clipboard

장문문자 (80 byte 이상, 2,000 byte 미만)

Link copied to clipboard

이미지가 포함된 문자 (80 byte 이상, 2,000 byte 미만), 200kb 이내 이미지 파일 1장 업로드 가능

Link copied to clipboard

카카오 알림톡

Link copied to clipboard

카카오 친구톡

Link copied to clipboard

이미지가 포함된 카카오 친구톡(이미지 1장 업로드 가능)

Link copied to clipboard

RCS 단문문자

Link copied to clipboard

RCS 장문문자

Link copied to clipboard

이미지가 포함된 RCS 문자

Link copied to clipboard

RCS 템플릿

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.

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

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