Skip to content

@capgo/capacitor-intercom

Capacitor 인터콤 플러그인.

Intercom Capacitor 플러그인.

  • loadWithKeys - 런타임에서 API 키로 Intercom을 초기화합니다. capacitor.config에서 키를 구성하지 않아도 됩니다.
  • registerIdentifiedUser - 최소한 userId 또는 email 중 하나를 제공해야 하는 경우 Intercom에서 사용자를 등록합니다.
  • registerUnidentifiedUser - Intercom에서 익명 사용자를 등록합니다.
  • updateUser - Intercom에서 사용자 속성을 업데이트합니다.
메서드설명
loadWithKeys런타임에서 API 키로 Intercom을 초기화합니다. capacitor.config에서 키를 구성하지 않아도 됩니다.
registerIdentifiedUser__CAPGO_KEEP_0__ 사용자를 Intercom에 등록합니다. userId 또는 email 중 하나 이상을 제공해야 합니다.
registerUnidentifiedUser익명 사용자를 Intercom에 등록합니다.
updateUserIntercom 사용자 속성을 업데이트합니다.
logoutIntercom에서 사용자를 로그아웃합니다.
logEventIntercom에서 사용자 로그아웃을 로그합니다.
displayMessengerIntercom에서 사용자 로그아웃을 로그합니다.
displayMessageComposerIntercom 메신저를 열어줍니다.
displayHelpCenter메시지 작성을 위한 Intercom 메신저를 열어줍니다.
hideMessengerIntercom 도움말 센터를 열어줍니다.
displayLauncherIntercom 메신저를 숨깁니다.
hideLauncherIntercom 런처 버튼을 표시합니다.
displayInAppMessagesIntercom 런처 버튼을 숨깁니다.
hideInAppMessages__CAPGO_KEEP_0__
displayCarousel__CAPGO_KEEP_1__
displayArticle__CAPGO_KEEP_2__
displaySurvey__CAPGO_KEEP_3__
setUserHash__CAPGO_KEEP_4__
setUserJwt__CAPGO_KEEP_5__
setBottomPadding__CAPGO_KEEP_6__
sendPushTokenToIntercom__CAPGO_KEEP_7__
receivePush__CAPGO_KEEP_8__
getUnreadConversationCount__CAPGO_KEEP_9__
addListener__CAPGO_KEEP_10__
addListener__CAPGO_KEEP_11__
addListener__CAPGO_KEEP_0__-intercom
removeAllListeners이벤트 리스너를 모두 제거합니다.

이 참조는 src/definitions.ts 에서 capacitor-intercom.