Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sencrop/capacitor-intercom

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sencrop/capacitor-intercom

Intercom Plugin for Capacitor

  • 8.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
240
decreased by-22.08%
Maintainers
0
Weekly downloads
 
Created
Source

@sencrop/capacitor-intercom

Intercom Plugin for Capacitor

Install

npm install @sencrop/capacitor-intercom
npx cap sync

API

initialize(...)

initialize(config: IntercomSettings) => void
ParamType
configIntercomSettings

loginIdentifiedUser(...)

loginIdentifiedUser(identity: IntercomIdentity) => Promise<void>
ParamType
identityIntercomIdentity

loginUnidentifiedUser()

loginUnidentifiedUser() => Promise<void>

updateUser(...)

updateUser(user: IntercomUser) => Promise<void>
ParamType
userIntercomUser

logout()

logout() => Promise<void>

logEvent(...)

logEvent(event: IntercomEvent) => Promise<void>
ParamType
eventIntercomEvent

displayMessenger()

displayMessenger() => Promise<void>

displayMessageComposer(...)

displayMessageComposer(message: IntercomMessage) => Promise<void>
ParamType
messageIntercomMessage

displayHelpCenter()

displayHelpCenter() => Promise<void>

displayArticle(...)

displayArticle(article: IntercomArticle) => Promise<void>
ParamType
articleIntercomArticle

hideMessenger()

hideMessenger() => Promise<void>

displayLauncher()

displayLauncher() => Promise<void>

hideLauncher()

hideLauncher() => Promise<void>

setCustomAttributes(...)

setCustomAttributes(payload: IntercomCustomAttributes) => Promise<void>
ParamType
payloadIntercomCustomAttributes

displaySurvey(...)

displaySurvey(survey: IntercomSurvey) => Promise<void>
ParamType
surveyIntercomSurvey

Interfaces

IntercomSettings
PropType
app_idstring
api_basestring
alignmentstring
custom_launcher_selectorstring
hide_default_launcherboolean
horizontal_paddingnumber
session_durationnumber
vertical_paddingnumber
action_colorstring
background_colorstring
emailstring
phonestring
created_atnumber
namestring
user_idstring
user_hashstring
unsubscribed_from_emailsboolean
language_overridestring
utm_campaignstring
utm_contentstring
utm_mediumstring
utm_sourcestring
utm_termstring
companyIntercomCompany
companiesIntercomCompany[]
avatarIntercomAvatar
IntercomCompany
PropType
namestring
idstring | number
company_idstring | number
created_atnumber
remote_created_atnumber
planstring
monthly_spendnumber
user_countnumber
sizenumber
websitestring
industrystring
IntercomAvatar
PropType
type'avatar'
image_urlstring
IntercomIdentity
PropType
userIdstring
emailstring
userHashstring
IntercomUser
PropType
emailstring
phonestring
namestring
languagestring
IntercomEvent
PropType
namestring
dataany
IntercomMessage
PropType
contentstring
IntercomArticle
PropType
idnumber
IntercomCustomAttributes
PropType
attributesRecord<string, number | string | boolean>
IntercomSurvey
PropType
idnumber

Type Aliases

Record

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

{ [P in K]: T; }

Keywords

FAQs

Package last updated on 03 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc