0.0.2 • Published 7 months ago
capacitor-sec-display-plugin v0.0.2
capacitor-sec-display-plugin
To show secondary ui and exchange data with it
Install
npm install capacitor-sec-display-plugin
npx cap sync
API
initialize()
initialize() => Promise<void>
showContent(...)
showContent(options: { url: string; }) => Promise<void>
Param | Type |
---|---|
options | { url: string; } |
sendMessage(...)
sendMessage(options: { message: Record<string, any>; }) => Promise<void>
Param | Type |
---|---|
options | { message: Record<string, any>; } |
Type Aliases
Record
Construct a type with a set of properties K of type T
{
}