Skip to main content
Back to plugins
@capgo/capacitor-zebra-datawedge
Tutorial
by github.com/Cap-go

Zebra DataWedge

Manage Zebra DataWedge profiles, notifications, queries, and scan triggers on Zebra Android devices

Guide

Tutorial on Zebra DataWedge

Using @capgo/capacitor-zebra-datawedge

Capacitor plugin for Zebra DataWedge profile management, notifications, queries, and soft scanning on Zebra Android devices.

Install

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

What This Plugin Exposes

  • cloneProfile
  • createProfile
  • deleteProfile
  • importConfig

Example Usage

cloneProfile

See the upstream definitions for the current contract.

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

await ZebraDataWedge.cloneProfile({} as CloneProfileOptions);

createProfile

See the upstream definitions for the current contract.

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

await ZebraDataWedge.createProfile({} as CreateProfileOptions);

deleteProfile

See the upstream definitions for the current contract.

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

await ZebraDataWedge.deleteProfile({} as DeleteProfileOptions);

importConfig

See the upstream definitions for the current contract.

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

await ZebraDataWedge.importConfig({} as ImportConfigOptions);

Full Reference

Keep going from Using @capgo/capacitor-zebra-datawedge

If you are using Using @capgo/capacitor-zebra-datawedge to plan native plugin work, connect it with @capgo/capacitor-zebra-datawedge for the implementation detail in @capgo/capacitor-zebra-datawedge, Getting Started for the implementation detail in Getting Started, Capgo Plugin Directory for the product workflow in Capgo Plugin Directory, Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, and Adding or Updating Plugins for the implementation detail in Adding or Updating Plugins.