capacitor-ably
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

capacitor-ably

Capacitor Ably plugin

Install

npm install capacitor-ably
npx cap sync

API

registerDevice(...)

registerDevice(options: AblyDeviceOptions) => Promise<{ value: string; }>
Param Type
options AblyDeviceOptions

Returns: Promise<{ value: string; }>


registerChannel(...)

registerChannel(options: AblyChannelOptions) => Promise<{ value: string; }>
Param Type
options AblyChannelOptions

Returns: Promise<{ value: string; }>


Interfaces

AblyDeviceOptions

Prop Type
clientId string
deviceToken string

AblyChannelOptions

Prop Type
name string
clientId string
deviceToken string

/capacitor-ably/

    Package Sidebar

    Install

    npm i capacitor-ably

    Weekly Downloads

    0

    Version

    1.0.15

    License

    MIT

    Unpacked Size

    35.3 kB

    Total Files

    28

    Last publish

    Collaborators

    • simon.feamy