6.0.0 • Published 1 year ago

@codebrew/capacitor-user-agent v6.0.0

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

@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; }>
ParamType
options{ userAgent: string; }

Returns: Promise<{ userAgent: string; }>


get()

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

Returns: Promise<{ userAgent: string; }>


reset()

reset() => Promise<void>

6.0.0

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

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