Skip to content

kevinfavv/capacitor-intercom

 
 

Repository files navigation

@kevinfav/capacitor-intercom

Fork from @sencrop/capacitor-intercom

Intercom Plugin for Capacitor 6+

Install

npm install @kevinfav/capacitor-intercom
npx cap sync

API

initialize(...)

initialize(config: IntercomSettings) => void
Param Type
config IntercomSettings

loginIdentifiedUser(...)

loginIdentifiedUser(identity: IntercomIdentity) => Promise<void>
Param Type
identity IntercomIdentity

loginUnidentifiedUser()

loginUnidentifiedUser() => Promise<void>

updateUser(...)

updateUser(user: IntercomUser) => Promise<void>
Param Type
user IntercomUser

logout()

logout() => Promise<void>

logEvent(...)

logEvent(event: IntercomEvent) => Promise<void>
Param Type
event IntercomEvent

displayMessenger()

displayMessenger() => Promise<void>

displayMessageComposer(...)

displayMessageComposer(message: IntercomMessage) => Promise<void>
Param Type
message IntercomMessage

displayHelpCenter()

displayHelpCenter() => Promise<void>

displayArticle(...)

displayArticle(article: IntercomArticle) => Promise<void>
Param Type
article IntercomArticle

hideMessenger()

hideMessenger() => Promise<void>

displayLauncher()

displayLauncher() => Promise<void>

hideLauncher()

hideLauncher() => Promise<void>

setCustomAttributes(...)

setCustomAttributes(payload: IntercomCustomAttributes) => Promise<void>
Param Type
payload IntercomCustomAttributes

displaySurvey(...)

displaySurvey(survey: IntercomSurvey) => Promise<void>
Param Type
survey IntercomSurvey

Interfaces

IntercomSettings

Prop Type
app_id string
api_base string
alignment string
custom_launcher_selector string
hide_default_launcher boolean
horizontal_padding number
session_duration number
vertical_padding number
action_color string
background_color string
email string
phone string
created_at number
name string
user_id string
user_hash string
unsubscribed_from_emails boolean
language_override string
utm_campaign string
utm_content string
utm_medium string
utm_source string
utm_term string
company IntercomCompany
companies IntercomCompany[]
avatar IntercomAvatar

IntercomCompany

Prop Type
name string
id string | number
company_id string | number
created_at number
remote_created_at number
plan string
monthly_spend number
user_count number
size number
website string
industry string

IntercomAvatar

Prop Type
type 'avatar'
image_url string

IntercomIdentity

Prop Type
userId string
email string
userHash string

IntercomUser

Prop Type
email string
phone string
name string
language string

IntercomEvent

Prop Type
name string
data any

IntercomMessage

Prop Type
content string

IntercomArticle

Prop Type
id number

IntercomCustomAttributes

Prop Type
attributes Record<string, number | string | boolean>

IntercomSurvey

Prop Type
id number

Type Aliases

Record

Construct a type with a set of properties K of type T

{ [P in K]: T; }

About

Capacitor 6+ Plugin for Intercom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 33.9%
  • TypeScript 32.3%
  • Swift 23.2%
  • Objective-C 5.5%
  • Ruby 3.4%
  • JavaScript 1.5%
  • Nix 0.2%