0.0.2 • Published 1 year ago

kgs-socket v0.0.2

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

kgs-socket

Capacitor plugin for managing connection to KGS server

Install

npm install kgs-socket
npx cap sync

API

alert(...)

alert(options: AlertOptions) => Promise<void>

Show an alert dialog

ParamType
optionsAlertOptions

Since: 1.0.0


connect()

connect() => Promise<void>

Interfaces

AlertOptions

PropTypeDescriptionDefaultSince
titlestringTitle of the dialog.1.0.0
messagestringMessage to show on the dialog.1.0.0
buttonTitlestringText to use on the action button."OK"1.0.0
0.0.2

1 year ago

0.0.1

1 year ago