Account.withEmailIdentity constructor
Account.withEmailIdentity(
- String emailAddress
Create a new Account uniquely identified by the specified emailAddress
.
Implementation
Account.withEmailIdentity(String emailAddress)
: this(identity: EmailAccountIdentity(emailAddress));