Interface SplashScreenFilter

  • All Known Implementing Classes:
    SplashScreenFilterImpl

    public interface SplashScreenFilter
    Describes the current interception rules for a splash screen, including the user's current preference for whether or not the screen should be displayed next time one of its interception points is matched.

    All implementations of this interface must be marked as Portable.

    • Method Detail

      • setName

        void setName​(String name)
      • displayNextTime

        boolean displayNextTime()
      • setDisplayNextTime

        void setDisplayNextTime​(boolean value)
      • setInterceptionPoints

        void setInterceptionPoints​(Collection<String> places)