0.0.9 • Published 2 years ago

@hanwha-ss1/capacitor-hanwha-plugin-install v0.0.9

Weekly downloads
-
License
HanwhaSystem
Repository
-
Last release
2 years ago

install

install apk

Install

npm install install
npx cap sync

Example

const check = await Install.checkInstall({
  bundleId: 'com.hanwha.cleverse',
});
alert(JSON.stringify(check));

API

download(...)

download(options: { downloadUrl: string; }) => Promise<any>

Android 앱 설치 (for Android)

ParamType
options{ downloadUrl: string; }

Returns: Promise<any>

Since: 1.0.0


checkInstall(...)

checkInstall(options: { bundleId: string; }) => Promise<any>

bundleId, pakageId에 대한 설치 여부 확인 { "returns": {"state":false, "version":""}}}

ParamType
options{ bundleId: string; }

Returns: Promise<any>

Since: 1.0.0


0.0.9

2 years ago