0.0.2 • Published 1 year ago
kgs-socket v0.0.2
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
Param | Type |
---|---|
options | AlertOptions |
Since: 1.0.0
connect()
connect() => Promise<void>
Interfaces
AlertOptions
Prop | Type | Description | Default | Since |
---|---|---|---|---|
title | string | Title of the dialog. | 1.0.0 | |
message | string | Message to show on the dialog. | 1.0.0 | |
buttonTitle | string | Text to use on the action button. | "OK" | 1.0.0 |