Class SetSceneTransitionOverride.Builder

    • Method Detail

      • getSceneName

        public String getSceneName()
        Name of the scene to switch to.
      • setSceneName

        public void setSceneName​(String sceneName)
        Name of the scene to switch to.
      • getTransitionName

        public String getTransitionName()
        Name of the transition to use.
      • setTransitionName

        public void setTransitionName​(String transitionName)
        Name of the transition to use.
      • getTransitionDuration

        public Optional<Integer> getTransitionDuration()
        Duration in milliseconds of the transition if transition is not fixed. Defaults to the current duration specified in the UI if there is no current override and this value is not given.
      • setTransitionDuration

        public void setTransitionDuration​(int transitionDuration)
        Duration in milliseconds of the transition if transition is not fixed. Defaults to the current duration specified in the UI if there is no current override and this value is not given.