Licence
MIT
Version
1.0.5
Deps
1
Size
31 kB
Vulns
0
Weekly
0
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; }>
| Param | Type |
|---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
initialize(...)
initialize(options: { apiKey: string; }) => Promise<void>
| Param | Type |
|---|---|
options |
{ apiKey: string; } |
initialize(...)
initialize(options: { apiKey: string; showButton: boolean; }) => Promise<void>
| Param | Type |
|---|---|
options |
{ apiKey: string; showButton: boolean; } |
showButton(...)
showButton(options: { showButton: boolean; }) => Promise<void>
| Param | Type |
|---|---|
options |
{ showButton: boolean; } |
identify(...)
identify(options: { hash: string; identify: any; }) => Promise<void>
| Param | Type |
|---|---|
options |
{ hash: string; identify: any; } |
showWidget()
showWidget() => Promise<void>
logout()
logout() => Promise<void>