Class IntentTarget

    • Method Detail

      • application

        public static IntentTarget application​(String application)
        Returns an IntentTarget that will start a new instance of a specific Intent handler application.
        Parameters:
        application - application name, must not be null
        Returns:
        IntentTarget that will start a new instance of specific application, never null
      • isStartNew

        public boolean isStartNew()
      • isReuse

        public boolean isReuse()
      • isApplication

        public boolean isApplication()
      • isInstance

        public boolean isInstance()
      • toString

        public String toString()
        Returns the String representation for this target.
        Overrides:
        toString in class Object
        Returns:
        the String representation for this target, never null.