@codebrew/capacitor-user-agent
v6.0.0
Published
User Agent get/set/reset plugin for Capacitor
Downloads
471
Readme
@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>