Package 

Interface IInstallIdService

    • Method Summary

      Modifier and Type Method Description
      abstract UUID getId() WARNING: This may do disk I/O on the first call, so never call this from the main thread.
      • Methods inherited from class java.lang.Object

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

      • getId

         abstract UUID getId()

        WARNING: This may do disk I/O on the first call, so never call this from the main thread.