TangerineDownloaderDelegate

public protocol TangerineDownloaderDelegate : AnyObject

Delegate for the TangerineDownloader

  • Requests the one time passcode the user received via text while the library is trying to log in

    Declaration

    Swift

    func getOTPCode() -> String

    Return Value

  • Requests a view to add the webview to

  • Requests a view to add the webview to

    Declaration

    Swift

    func view() -> NSView?

    Return Value

    NSView