DeepLinkHandling
Ce contenu n’est pas encore disponible dans votre langue.
enum DeepLinkHandling : Enum<DeepLinkHandling>
How inbound links carrying an fCtx reach the SDK.
Entries
Section titled “Entries”| Automatic | Automatic The SDK watches host activities itself; calling id.frak.sdk.AppLinkApi.handleReferral as well double-tracks the arrival. Android-only. |
| Manual | Manual Merchant calls id.frak.sdk.AppLinkApi.handleReferral from their own router. |
| Disabled | Disabled |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| valueOf | fun 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.) |
| values | fun values(): Array<DeepLinkHandling> Returns an array containing the constants of this enum type, in the order they’re declared. |