Interface SerialNumberListener


public interface SerialNumberListener
Listener for when the serial number is set. This will fire either when the serial number first becomes available, or when it is manually set. This means this may be called multiple times.
Version:
2024-06-25
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSerialNumberSet(String serialNumber)
    Called when the serial number is set, either by loading it from storage during the boot process, or when set via some other means.
  • Method Details

    • onSerialNumberSet

      void onSerialNumberSet(String serialNumber)
      Called when the serial number is set, either by loading it from storage during the boot process, or when set via some other means.