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 TypeMethodDescriptionvoidonSerialNumberSet(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
Called when the serial number is set, either by loading it from storage during the boot process, or when set via some other means.
-