Aller au contenu

DeepLinkHandling

Ce contenu n’est pas encore disponible dans votre langue.

enum DeepLinkHandling : Enum<DeepLinkHandling>

How inbound links carrying an fCtx reach the SDK.

AutomaticAutomatic
The SDK watches host activities itself; calling id.frak.sdk.AppLinkApi.handleReferral as well double-tracks the arrival. Android-only.
ManualManual
Merchant calls id.frak.sdk.AppLinkApi.handleReferral from their own router.
DisabledDisabled
NameSummary
valueOffun valueOf(value: String): DeepLinkHandling
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
valuesfun values(): Array<DeepLinkHandling>
Returns an array containing the constants of this enum type, in the order they’re declared.