Class ConversationChannel
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,ConversationChannel>
com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The identifier of the channel you want to include. Must be one of the enum values.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConversationChannel
The Apple Messages for Business channel.static final ConversationChannel
The Instagram channel.static final ConversationChannel
The KakaoTalk channel.static final ConversationChannel
The KakaoTalk chat channel (used primarily in ConsultationTalk).static final ConversationChannel
The LINE channel.static final ConversationChannel
The Facebook Messenger channel.static final ConversationChannel
The MMS channel.static final ConversationChannel
The RCS channel.static final ConversationChannel
The SMS channel.static final ConversationChannel
The Telegram channel.static final ConversationChannel
The Viber Bot channel.static final ConversationChannel
The Viber Business Messages channel.static final ConversationChannel
The WeChat channel.static final ConversationChannel
The WhatsApp channel. -
Method Summary
Modifier and TypeMethodDescriptionstatic ConversationChannel
static String
static Stream
<ConversationChannel> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
WHATSAPP
The WhatsApp channel. -
RCS
The RCS channel. -
SMS
The SMS channel. -
MESSENGER
The Facebook Messenger channel. -
VIBER
The Viber Bot channel. -
VIBERBM
The Viber Business Messages channel. -
MMS
The MMS channel. -
INSTAGRAM
The Instagram channel. -
TELEGRAM
The Telegram channel. -
KAKAOTALK
The KakaoTalk channel. -
KAKAOTALKCHAT
The KakaoTalk chat channel (used primarily in ConsultationTalk). -
LINE
The LINE channel. -
WECHAT
The WeChat channel. -
APPLEBC
The Apple Messages for Business channel.
-
-
Method Details
-
values
-
from
-
valueOf
-