Package com.zebra.barcode.sdk.sms
Class ConfigurationUpdateManager
java.lang.Object
com.zebra.barcode.sdk.sms.ConfigurationUpdateManager
ConfigurationUpdateManager manages the configuration update process.
-
Method Summary
Modifier and TypeMethodDescriptionexecuteConfigurationUpdate
(android.content.Context context, CommandPacket commandPacket) Pushes configuration updates to scanner Works as an entry point to the configuration updates.static ConfigurationUpdateManager
Singleton Config Update manager
-
Method Details
-
getInstance
Singleton Config Update manager- Returns:
- ConfigUpdateManager instance
-
executeConfigurationUpdate
public DCSSDKDefs.DCSSDK_RESULT executeConfigurationUpdate(android.content.Context context, CommandPacket commandPacket) Pushes configuration updates to scanner Works as an entry point to the configuration updates.
-