1.0.0 • Published 2 years ago

@thein-naing-oo/check-root v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

check-root

A plugin for checking device's root status

Install

npm install check-root
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


checkRootStatus(...)

checkRootStatus(options: null) => Promise<{ isRooted: boolean; }>
ParamType
optionsnull

Returns: Promise<{ isRooted: boolean; }>


1.0.0

2 years ago