ActionCodeEmailInfo

abstract classActionCodeEmailInfo :ActionCodeInfo


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

Summary

Public constructors

Public functions

String

Returns the email on the account after the application of the out-of-band code.

abstractString

Returns the email on the account before the application of the out-of-band code.

Inherited properties

Fromcom.google.firebase.auth.ActionCodeInfo
String
@SuppressViolation(value = "hide_members_annotation")
email

Member variable holding the email for this ActionCode Info

Public constructors

ActionCodeEmailInfo

ActionCodeEmailInfo()

Public functions

getEmail

fun getEmail(): String

Returns the email on the account after the application of the out-of-band code.

getPreviousEmail

abstract fun getPreviousEmail(): String

Returns the email on the account before the application of the out-of-band code.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.