@codebrew/capacitor-user-agent
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

@codebrew/capacitor-user-agent

User Agent get/set/reset plugin for Capacitor

Install

npm install @codebrew/capacitor-user-agent
npx cap sync

API

set(...)

set(options: { userAgent: string; }) => Promise<{ userAgent: string; }>
Param Type
options { userAgent: string; }

Returns: Promise<{ userAgent: string; }>


get()

get() => Promise<{ userAgent: string; }>

Returns: Promise<{ userAgent: string; }>


reset()

reset() => Promise<void>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.8
    12
    • latest

Version History

Package Sidebar

Install

npm i @codebrew/capacitor-user-agent

Weekly Downloads

12

Version

0.0.8

License

MIT

Unpacked Size

19 kB

Total Files

25

Last publish

Collaborators

  • tienne