Package zendesk.core

Interface MachineIdStorage

  • All Known Implementing Classes:
    ZendeskMachineIdStorage


    public interface MachineIdStorage
    Provides 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.String getMachineId()
      Generates, stores and returns a UUID string to uniquely identify the host app install.
    • Method Detail

      • getMachineId

        java.lang.String getMachineId()
        Generates, stores and returns a UUID string 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.