Interface MachineIdStorage

  • All Superinterfaces:
    BaseStorage
    All Known Implementing Classes:
    MachineIdPrefsStorage


    public interface MachineIdStorage
    extends BaseStorage
    Interface definition of a storage for saving the machine id of a chat session.
    • Method Detail

      • setMachineId

        void setMachineId(java.lang.String machineId)
        Saves the provided machine id
        Parameters:
        machineId - to save
      • getMachineId

        java.lang.String getMachineId()
        Retrieves stored machine id
        Returns:
        machine id of a saved chat session or null if there was none