ActionCodeInfo

abstract class ActionCodeInfo

Known direct subclasses
ActionCodeEmailInfo

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

ActionCodeMultiFactorInfo

Holds information regarding out of band operations that involve an multi-factor authentication.


Holds information regarding different out of band operations.

Summary

Public constructors

Public functions

String

Returns the current email associated with the account, which may be changed as a result of the Operation performed.

Protected properties

String
@SuppressViolation(value = "hide_members_annotation")
email

Member variable holding the email for this ActionCode Info

Public constructors

ActionCodeInfo

ActionCodeInfo()

Public functions

getEmail

fun getEmail(): String

Returns the current email associated with the account, which may be changed as a result of the Operation performed.

Protected properties

email

@SuppressViolation(value = "hide_members_annotation")
protected val emailString

Member variable holding the email for this ActionCode Info