1.1.5 • Published 1 year ago

capacitor-plugin-frpc v1.1.5

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

capacitor-plugin-frpc

Plugin for creating an FRPC for android and iOS

Install

npm install capacitor-plugin-frpc
npx cap sync

API

start(...)

start(options: StartOptions) => Promise<{ success: boolean; }>
ParamType
optionsStartOptions

Returns: Promise<{ success: boolean; }>


checkIfConnected()

checkIfConnected() => Promise<{ isConnected: boolean; }>

Returns: Promise<{ isConnected: boolean; }>


getLogFileDirectory()

getLogFileDirectory() => Promise<{ directory: string; }>

Returns: Promise<{ directory: string; }>


isRunning()

isRunning() => Promise<{ isRunning: boolean; }>

Returns: Promise<{ isRunning: boolean; }>


stop()

stop() => Promise<{ success: boolean; }>

Returns: Promise<{ success: boolean; }>


Interfaces

StartOptions

PropType
hoststring
portstring
usernamestring
passwordstring
tokenstring
deviceIdstring
userAgentstring
userIdstring
deviceTypestring
versionstring
1.1.5

1 year ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago