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 |
Constants |
|
|---|---|
const Parcelable.Creator<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 |
Unit |
writeToParcel(out: Parcel, flags: Int) |
Inherited functions |
||
|---|---|---|
|
Constants
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.