Package zendesk.core
Interface MachineIdStorage
- 
- All Known Implementing Classes:
 - ZendeskMachineIdStorage
 
public interface MachineIdStorageProvides access to the machine id storage that will be generate only once the host app installed. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringgetMachineId()Generates, stores and returns aUUIDstring to uniquely identify the host app install. 
 - 
 
- 
- 
Method Detail
- 
getMachineId
java.lang.String getMachineId()
Generates, stores and returns aUUIDstring to uniquely identify the host app install. Note: This identifier lives until the host app is deleted. It is generated and returned on first call of this API and then just returned on future calls.- Returns:
 - The machine id that already stored and identified the install.
 
 
 - 
 
 -