Package com.zopim.android.sdk.store
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.String
getMachineId()
Retrieves stored machine idvoid
setMachineId(java.lang.String machineId)
Saves the provided machine id-
Methods inherited from interface com.zopim.android.sdk.store.BaseStorage
delete, disable
-
-