ActionCodeSettings

class ActionCodeSettings : Parcelable


Structure that contains the required continue/state URL with optional Android and iOS bundle identifiers. The stateUrl used to initialize this class is the link/deep link/fallback url used while constructing the Firebase dynamic link.

Summary

Nested types

A Builder class for ActionCodeSettings.

Public functions

Boolean

Returns whether the out-of-band (OOB) code should be handled by the app.

String?

Returns the bundle ID of the installed Apple platforms app.

java-static ActionCodeSettings.Builder

Returns a new instance of ActionCodeSettings.Builder.

Unit
writeToParcel(out: Parcel, flags: Int)

Inherited functions

From android.os.Parcelable

Constants

CREATOR

const val CREATORParcelable.Creator<ActionCodeSettings!>!

Public functions

canHandleCodeInApp

fun canHandleCodeInApp(): Boolean

Returns whether the out-of-band (OOB) code should be handled by the app. See setHandleCodeInApp.

getIOSBundle

fun getIOSBundle(): String?

Returns the bundle ID of the installed Apple platforms app. See setIOSBundleId.

newBuilder

java-static fun newBuilder(): ActionCodeSettings.Builder

Returns a new instance of ActionCodeSettings.Builder.

writeToParcel

fun writeToParcel(out: Parcel, flags: Int): Unit

Public properties

androidInstallApp

val androidInstallAppBoolean

androidMinimumVersion

val androidMinimumVersionString?

androidPackageName

val androidPackageNameString!

url

val urlString!