DeepLinkFallbackOptions
DeepLinkFallbackOptions = {
onFallback?: () =>void;timeout?:number; }
Defined in: utils/browser/deepLinkWithFallback.ts:6
Options for deep link with fallback
Properties
Section titled “Properties”onFallback?
Section titled “onFallback?”
optionalonFallback?: () =>void
Defined in: utils/browser/deepLinkWithFallback.ts:10
Callback invoked when fallback is triggered (app not installed)
Returns
Section titled “Returns”void
timeout?
Section titled “timeout?”
optionaltimeout?:number
Defined in: utils/browser/deepLinkWithFallback.ts:8
Timeout in ms before triggering fallback (default: 2500ms)