0.0.2 • Published 7 months ago

capacitor-sec-display-plugin v0.0.2

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

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>
ParamType
options{ url: string; }

sendMessage(...)

sendMessage(options: { message: Record<string, any>; }) => Promise<void>
ParamType
options{ message: Record<string, any>; }

Type Aliases

Record

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

{

}

0.0.2

7 months ago

0.0.1

7 months ago