ActionCodeUrl

classActionCodeUrl


A utility class to parse parameters in action code URLs from out of band email flows.

Summary

Public functions

Int

Returns the mapping of the mode string in the action code URL to a .

java-staticActionCodeUrl?
parseLink(link: String?)

Returns anActionCodeUrl instance if thelink is valid, otherwise null.

Public functions

getOperation

@ActionCodeResult.Operation
fun getOperation(): Int

Returns the mapping of the mode string in the action code URL to a .

parseLink

java-static fun parseLink(link: String?): ActionCodeUrl?

Returns anActionCodeUrl instance if thelink is valid, otherwise null.

Throws
java.lang.IllegalArgumentException

iflink is null or empty

Public properties

apiKey

val apiKeyString!

code

val codeString!

continueUrl

val continueUrlString?

languageCode

val languageCodeString?

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.