NMAAccountSelectionHandler
@objc
public protocol NMAAccountSelectionHandler : NMACancelableHandler
The object handling the outcome of an interaction where the user chooses the account to be used.
-
Provides the username of the account selected by the user.
Declaration
Swift
func username(_ username: Username)
Parameters
username
the username of the selected account.