ImporterInputRequestType
public enum ImporterInputRequestTypeextension ImporterInputRequestType: EquatableType of user input requested by the importer
- 
                  
                  Normal text, with suggestions (optional) DeclarationSwift case text([String])
- 
                  
                  Secrect, should not be visible if the user enters it DeclarationSwift case secret
- 
                  
                  one time passcase, can offer the use auto fill from text or similr DeclarationSwift case otp
- 
                  
                  a questions which the user can answer with yes or no DeclarationSwift case bool
- 
                  
                  a choice betweeen multiple options DeclarationSwift case choice([String])
- 
                  
                  DeclarationSwift public static func == (lhs: `Self`, rhs: `Self`) -> Bool
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
          