Class Screen

  • All Implemented Interfaces:

    @Serializable() 
    public final class Screen
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final LayoutId hostLayout
      private final LayoutId guestLayout
    • Constructor Summary

      Constructors 
      Constructor Description
      Screen(LayoutId hostLayout, LayoutId guestLayout)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final LayoutId getHostLayout()
      final LayoutId getGuestLayout()
      • Methods inherited from class java.lang.Object

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

      • Screen

        Screen(LayoutId hostLayout, LayoutId guestLayout)