6.0.0 • Published 2 years ago
@codebrew/capacitor-user-agent v6.0.0
@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>