@hanwha-ss1/capacitor-hanwha-plugin-install
v0.0.9
Published
install apk
Readme
install
install apk
Install
npm install install
npx cap syncExample
const check = await Install.checkInstall({
bundleId: 'com.hanwha.cleverse',
});
alert(JSON.stringify(check));API
download(...)
download(options: { downloadUrl: string; }) => Promise<any>Android 앱 설치 (for Android)
| Param | Type |
| ------------- | ------------------------------------- |
| options | { downloadUrl: string; } |
Returns: Promise<any>
Since: 1.0.0
checkInstall(...)
checkInstall(options: { bundleId: string; }) => Promise<any>bundleId, pakageId에 대한 설치 여부 확인 { "returns": {"state":false, "version":""}}}
| Param | Type |
| ------------- | ---------------------------------- |
| options | { bundleId: string; } |
Returns: Promise<any>
Since: 1.0.0
