ActionCodeEmailInfo

abstract class ActionCodeEmailInfo : 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.

abstract String

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

Inherited properties

From com.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.