Class NativeNavigation

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.

Hierarchy

  • NativeNavigation

Methods

Methods

  • Opens an eitri-app in a native navigation

    Example:

    Eitri.nativeNavigation.open({
    slug: 'checkout',
    initParams: {item: 'Refrigerator', id: 999987},
    })

    Compatibility Control

    • API LEVEL 1 - Functionality added
    • API LEVEL 13 - Workspace support using workspaceId param

    Parameters

    Returns Promise<void>

Generated using TypeDoc