가이드
Zebra DataWedge에 대한 __CAPGO_KEEP_0__
capgo/capacitor-zebra-datawedge를 사용하는 방법
Capacitor는 Zebra Android 기기에서 Zebra DataWedge 프로파일 관리, 알림, 쿼리 및 소프트 스캔을 위한 Capacitor 플러그인입니다.
설치
bun add @capgo/capacitor-zebra-datawedge
bunx cap sync
이 플러그인은 __CAPGO_KEEP_0__을 노출합니다.
cloneProfilecreateProfiledeleteProfileimportConfig
예시 사용
cloneProfile
현재 계약의 상위 정의를 참조하세요.
import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';
await ZebraDataWedge.cloneProfile({} as CloneProfileOptions);
createProfile
현재 계약의 상위 정의를 참조하세요.
import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';
await ZebraDataWedge.createProfile({} as CreateProfileOptions);
deleteProfile
현재 계약의 상위 정의를 참조하세요.
import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';
await ZebraDataWedge.deleteProfile({} as DeleteProfileOptions);
importConfig
현재 계약의 상위 정의를 참조하세요.
import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';
await ZebraDataWedge.importConfig({} as ImportConfigOptions);
전체 참조
- GitHub: https://github.com/Cap-go/capacitor-zebra-datawedge/
- 문서: /docs/plugins/zebra-datawedge/
capgo를 사용하여 계속하세요. @capgo/capacitor-zebra-datawedge
__CAPGO_KEEP_0__를 사용 중이면 capgo/capacitor-zebra-datawedge를 사용하여 계속하세요 native 플러그인 작업을 계획하기 위해, 그것을 연결하세요. @capgo/capacitor-zebra-datawedge @capgo/capacitor-zebra-datawedge의 구현 세부 사항 Getting Started Getting Started의 구현 세부 사항 Capgo 플러그인 디렉토리 Capgo 플러그인 디렉토리의 제품 워크플로우 Capacitor 플러그인들에 의해 Capgo Capacitor 플러그인들에 의해 Capgo의 구현 세부 사항 Adding or Updating Plugins Adding or Updating Plugins의 구현 세부 사항