ActionCodeEmailInfo
public abstract class ActionCodeEmailInfo extends ActionCodeInfo
| java.lang.Object | ||
| ↳ | com.google.firebase.auth.ActionCodeInfo | |
| ↳ | com.google.firebase.auth.ActionCodeEmailInfo |
Holds information regarding out-of-band operations that involve an email change.
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
@NonNull String |
getEmail()Returns the email on the account after the application of the out-of-band code. |
abstract @NonNull String |
Returns the email on the account before the application of the out-of-band code. |
Inherited fields |
||
|---|---|---|
|
Public constructors
Public methods
getEmail
public @NonNull String getEmail()
Returns the email on the account after the application of the out-of-band code.
getPreviousEmail
public abstract @NonNull String getPreviousEmail()
Returns the email on the account before the application of the out-of-band code.