0.0.4 • Published 1 year ago

capacitor-plugin-socket v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-plugin-socket

capacitor-plugin-socket

Install

npm install capacitor-plugin-socket
npx cap sync

API

connect(...)

connect(options: { ip: string; port: number; }) => Promise<void>
ParamType
options{ ip: string; port: number; }

send(...)

send(options: { data: string; }) => Promise<void>
ParamType
options{ data: string; }

disconnect()

disconnect() => Promise<void>

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago