Package zendesk.core

Class ZendeskMachineIdStorage

    • Constructor Summary

      Constructors 
      Constructor and Description
      ZendeskMachineIdStorage(SharedPreferences sharedPreferences) 
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZendeskMachineIdStorage

        public ZendeskMachineIdStorage(SharedPreferences sharedPreferences)
    • Method Detail

      • getMachineId

        public 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.
        Specified by:
        getMachineId in interface MachineIdStorage
        Returns:
        The machine id that already stored and identified the install.