Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 922 Bytes

File metadata and controls

43 lines (21 loc) · 922 Bytes

ClientType

The type of integration that the client represents. Can be any of the supported integration types, or sdk for integrations of type ios, android, unity and web.

Enum

  • APPLE (value: 'apple')

  • GBM (value: 'gbm')

  • GOOGLERCS (value: 'googlercs')

  • INSTAGRAM (value: 'instagram')

  • KAKAO (value: 'kakao')

  • LINE (value: 'line')

  • MAILGUN (value: 'mailgun')

  • MESSAGEBIRD (value: 'messagebird')

  • MESSENGER (value: 'messenger')

  • SLACKCONNECT (value: 'slackconnect')

  • SDK (value: 'sdk')

  • TELEGRAM (value: 'telegram')

  • TWILIO (value: 'twilio')

  • TWITTER (value: 'twitter')

  • VIBER (value: 'viber')

  • WECHAT (value: 'wechat')

  • WHATSAPP (value: 'whatsapp')

[Back to Model list] [Back to API list] [Back to README]