@codebrew/capacitor-user-agent
v7.0.0
Published
User Agent get/set/reset plugin for Capacitor
Readme
@codebrew/capacitor-user-agent
User Agent get/set/reset plugin for Capacitor
Install
npm install @codebrew/capacitor-user-agent
npx cap syncAPI
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>