Lebih lanjut ke konten utama
Kembali ke plugin
@capgo/capacitor-zebra-datawedge
Tutorial
@capgo/capacitor-zebra-datawedge

DataWedge Zebra

Manajemen Profil, Notifikasi, Kueri, dan Pengaturan Scan pada Perangkat Android Zebra

Petunjuk

Tutorial tentang Zebra DataWedge

Tes di perangkat

Unduh aplikasi Capgo terlebih dahulu, kemudian scan kode QR code.

Pratinjau plugin DataWedge Zebra QR code

Menggunakan @capgo/capacitor-zebra-datawedge

Plugin Capacitor untuk manajemen profil DataWedge Zebra, pemberitahuan, kueri, dan pemindaian lembut pada perangkat Android Zebra.

Install

bun add @capgo/capacitor-zebra-datawedge
bunx cap sync

Apa yang Dibuka oleh Plugin Ini

  • cloneProfile
  • createProfile
  • deleteProfile
  • importConfig

Contoh Penggunaan

cloneProfile

Lihat definisi upstream untuk kontrak saat ini.

import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';

await ZebraDataWedge.cloneProfile({} as CloneProfileOptions);

createProfile

Lihat definisi upstream untuk kontrak saat ini.

import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';

await ZebraDataWedge.createProfile({} as CreateProfileOptions);

deleteProfile

Lihat definisi upstream untuk kontrak saat ini.

import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';

await ZebraDataWedge.deleteProfile({} as DeleteProfileOptions);

importConfig

Lihat definisi upstream untuk kontrak saat ini.

import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';

await ZebraDataWedge.importConfig({} as ImportConfigOptions);

Referensi Lengkap

Teruskan dari Penggunaan @capgo/capacitor-zebra-datawedge

Jika Anda menggunakan Penggunaan @capgo/capacitor-zebra-datawedge untuk merencanakan kerja plugin native, hubungkan dengan @capgo/capacitor-zebra-datawedge untuk detail implementasi di @capgo/capacitor-zebra-datawedge Mulai untuk detail implementasi di Mulai Direktori Plugin Capgo untuk alur kerja produk di Direktori Plugin Capgo Capacitor Plugins oleh Capgo untuk detail implementasi di Capacitor Plugins oleh Capgo, dan Menambahkan atau Mengupdate Plugins untuk detail implementasi di Menambahkan atau Mengupdate Plugins.