xcloudsdk
Version:
xcloud sdk
5 lines (4 loc) • 319 B
TypeScript
export type UserFunType = "GetToken" | "GetUserInfo";
export type PrintFuncType = "Connect" | "Disconnect" | "Print" | "GetPrinterInfo";
export type DeviceType = "PdaBarcodeListener" | "GetPlatformName";
export type Modules = "App" | "File" | "Hsdk" | "Map" | "User" | "Print" | "Session" | "push" | "Device" | "Rfid";