ActionCodeUrl

class ActionCodeUrl


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-static ActionCodeUrl?
parseLink(link: String?)

Returns an ActionCodeUrl instance if the link 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 an ActionCodeUrl instance if the link is valid, otherwise null.

Throws
java.lang.IllegalArgumentException

if link is null or empty

Public properties

apiKey

val apiKeyString!

code

val codeString!

continueUrl

val continueUrlString?

languageCode

val languageCodeString?