Package 

Class ShowDialogKt

  • All Implemented Interfaces:

    
    public final class ShowDialogKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final BehaviorSubject<DialogRequest> getLastDialog() The last dialog displayed for testing purposes.
      final PublishSubject<DialogRequest> getShowDialogEvent() A show dialog event.
      final static Unit showDialog(DialogRequest request) Shows a very basic dialog as requested.
      final static Unit showDialog(ViewString message) Shows a very basic dialog as requested.
      • Methods inherited from class java.lang.Object

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