Stone.js API
Docs
Home
Preparing search index...
stone-js-react-native-adapter/src/declarations
NavigationOrigin
Type Alias NavigationOrigin
NavigationOrigin
:
"launch"
|
"deep-link"
|
"in-app"
Where a navigation intent came from.
launch
: the URL the application was opened with (cold start, deep link included).
deep-link
: a URL delivered while the application was already running.
in-app
: a
navigate()
call from the application itself.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Where a navigation intent came from.
launch: the URL the application was opened with (cold start, deep link included).deep-link: a URL delivered while the application was already running.in-app: anavigate()call from the application itself.