Class FindMyInstallationHelper


  • public class FindMyInstallationHelper
    extends java.lang.Object
    Simple helper class to copy the installation id of the the user to the clipboard after the app is foregrounded a number of times for a short time.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean isEnabled
      Whether to enable the copy of the installation id.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notifyForeground()
      Notify the app has been foregrounded, we save the current timestamp
      • Methods inherited from class java.lang.Object

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

      • isEnabled

        public static boolean isEnabled
        Whether to enable the copy of the installation id. Default: true
    • Constructor Detail

      • FindMyInstallationHelper

        public FindMyInstallationHelper()
    • Method Detail

      • notifyForeground

        public void notifyForeground()
        Notify the app has been foregrounded, we save the current timestamp