Class WeblinkConfigurationStateUpdater

Object
com.zebra.sdk.weblink.WeblinkConfigurationStateUpdater

public abstract class WeblinkConfigurationStateUpdater extends Object
Callback for updating the status of a Weblink configuration task
  • Constructor Details

    • WeblinkConfigurationStateUpdater

      public WeblinkConfigurationStateUpdater()
  • Method Details

    • updateState

      public abstract void updateState(WeblinkConfigurationState newState)
      Sets the new state of the Weblink Configurator defined by WeblinkConfigurationState
      Parameters:
      newState - The updated WeblinkConfiguration state.
    • progressUpdate

      public void progressUpdate(String message)
      Provides a custom message for the current weblink configuration state
      Parameters:
      message - Custom message.