Interface StoreManager


public interface StoreManager
Persistence storage manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    getCustomDeviceName(@NotNull String uniqueKey)
    Get the custom device name for a specified key, i.e.
    void
    storeCustomDeviceName(@NotNull String uniqueKey, @NotNull String customDeviceName)
    Set the custom device name for a specified key, i.e.
  • Method Details

    • getCustomDeviceName

      String getCustomDeviceName(@NotNull @NotNull String uniqueKey)
      Get the custom device name for a specified key, i.e. user generated name.
      Parameters:
      uniqueKey - a unique key, i.e. MAC/Bluetooth address of a device
    • storeCustomDeviceName

      void storeCustomDeviceName(@NotNull @NotNull String uniqueKey, @NotNull @NotNull String customDeviceName)
      Set the custom device name for a specified key, i.e. user generated name.
      Parameters:
      uniqueKey - a unique key, i.e. MAC/Bluetooth address of a device
      customDeviceName - user generated name of a device, i.e. "My FLIR MR59"