Opens an eitri-app in a native navigation
Example:
Eitri.nativeNavigation.open({
slug: 'checkout',
initParams: {item: 'Refrigerator', id: 999987},
})
- API LEVEL
1
- Functionality added- API LEVEL
13
- Workspace support using workspaceId param
Generated using TypeDoc
Interaction with the native navigation of the device.
Restricted usage: Only available with app owner authorization.
This type of navigation can cause increased memory consumption but can handle complex scenarios where the state of the current eitri-app needs to be preserved in memory while another eitri-app is running in the foreground.