Interface KakaoTalkCredentials

All Superinterfaces:
ChannelCredentials

public interface KakaoTalkCredentials extends ChannelCredentials
If you are including the KakaoTalk channel in the channel_identifier property, you must include this object.
  • Method Details

    • getKakaotalkPlusFriendId

      String getKakaotalkPlusFriendId()
      KakaoTalk Business Channel ID.
      Returns:
      kakaotalkPlusFriendId
    • getKakaotalkSenderKey

      String getKakaotalkSenderKey()
      KakaoTalk Sender Key.
      Returns:
      kakaotalkSenderKey
    • builder

      static KakaoTalkCredentials.Builder builder()
      Getting builder
      Returns:
      New Builder instance