Class DialogShown


  • public class DialogShown
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DialogShown​(java.lang.String dialogId, DialogType dialogType, java.util.List<Account> accounts, java.lang.String title, java.util.Optional<java.lang.String> subtitle)  
    • Constructor Detail

      • DialogShown

        public DialogShown​(java.lang.String dialogId,
                           DialogType dialogType,
                           java.util.List<Account> accounts,
                           java.lang.String title,
                           java.util.Optional<java.lang.String> subtitle)
    • Method Detail

      • getDialogId

        public java.lang.String getDialogId()
      • getDialogType

        public DialogType getDialogType()
      • getAccounts

        public java.util.List<Account> getAccounts()
      • getTitle

        public java.lang.String getTitle()
        These exist primarily so that the caller can verify the RP context was used appropriately.
      • getSubtitle

        public java.util.Optional<java.lang.String> getSubtitle()