Uses of Interface
com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelCredentials
Package
Description
Conversation models for
App credentials
-
Uses of ChannelCredentials in com.sinch.sdk.domains.conversation.models.v1.credentials
Modifier and TypeInterfaceDescriptioninterface
If you are including the AppleBC channel in thechannel_identifier
property, you must include this object.interface
If you are including the INSTAGRAM channel in thechannel_identifier
property, you must include this object.interface
If you are including the KakaoTalkChat channel in thechannel_identifier
property, you must include this object.interface
If you are including the KakaoTalk channel in thechannel_identifier
property, you must include this object.interface
If you are including the LINE channel in thechannel_identifier
property, you must include this object.interface
If you are including the MMS channel in thechannel_identifier
property, you must include this object.interface
This object is required for channels which use a bearer-type of credential for authentication.interface
This object is required for channels which use a static token credential for authentication.interface
If you are including the Telegram Bot channel in thechannel_identifier
property, you must include this object.interface
If you are including the WeChat channel in thechannel_identifier
property, you must include this object.Modifier and TypeMethodDescriptionConversationChannelCredentials.getCredentials()
Get credentials related to conversation channelModifier and TypeMethodDescriptionConversationChannelCredentials.Builder.setCredentials
(ChannelCredentials credentials) see getter