0.1.10 • Published 5 months ago

capacitor-real-time v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

capacitor-real-time

This Capacitor plugin provides real time for mobiles which cannot be modified by the user.

Install

npm install capacitor-real-time
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getUptime()

getUptime() => Promise<{ uptime: number; }>

Returns: Promise<{ uptime: number; }>


getGnssTime()

getGnssTime() => Promise<{ gnssTime: number | null; }>

Returns: Promise<{ gnssTime: number | null; }>


getNetworkTime()

getNetworkTime() => Promise<{ networkTime: number | null; }>

Returns: Promise<{ networkTime: number | null; }>


getTrueTime()

getTrueTime() => Promise<{ trueTime: number | null; }>

Returns: Promise<{ trueTime: number | null; }>


0.1.10

5 months ago

0.1.2

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.9

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.1

5 months ago