1.0.5 • Published 11 months ago

releasebird-capacitor-sdk v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

releasebird-capacitor-sdk

Releasebird SDK for Capacitor

Install

yarn install releasebird-capacitor-sdk
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


initialize(...)

initialize(options: { apiKey: string; }) => Promise<void>
ParamType
options{ apiKey: string; }

initialize(...)

initialize(options: { apiKey: string; showButton: boolean; }) => Promise<void>
ParamType
options{ apiKey: string; showButton: boolean; }

showButton(...)

showButton(options: { showButton: boolean; }) => Promise<void>
ParamType
options{ showButton: boolean; }

identify(...)

identify(options: { hash: string; identify: any; }) => Promise<void>
ParamType
options{ hash: string; identify: any; }

showWidget()

showWidget() => Promise<void>

logout()

logout() => Promise<void>

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago