ActionCodeEmailInfo

public abstract class ActionCodeEmailInfo extends ActionCodeInfo


Holds information regarding out-of-band operations that involve an email change.

Summary

Public constructors

Public methods

@NonNull String

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

From com.google.firebase.auth.ActionCodeInfo
@NonNull String
@SuppressViolation(value = "hide_members_annotation")
email

Member variable holding the email for this ActionCode Info

Public constructors

ActionCodeEmailInfo

public ActionCodeEmailInfo()

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.