1.0.5 • Published 11 months ago
Last release11 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; }>
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>