- Navigable - Interface in io.scanbot.sdk.ui.utils.navigator
-
- NavigableKt - Class in io.scanbot.sdk.ui.utils.navigator
-
- navigate(data) - Method in class io.scanbot.sdk.ui.utils.navigator.ActivityBindingNavigator
-
- navigate(activity, data) - Method in class io.scanbot.sdk.ui.utils.navigator.ActivityBindingNavigator
-
- navigate(data) - Method in interface io.scanbot.sdk.ui.utils.navigator.Navigator
-
Navigates to some destination depending on given data
- navigate(activity, event) - Method in class io.scanbot.sdk.ui.utils.navigator.NodeNavigator
-
- navigateBack() - Method in class io.scanbot.sdk.ui.utils.navigator.NodeNavigator
-
Navigate back in the stack.
- navigateFrom(activity, data) - Method in interface io.scanbot.sdk.ui.utils.navigator.NodeNavigator.NavigationNode
-
Called when this node is becoming inactive. In other words - contents of the node should
be hidden.
- navigateFrom(activity, data) - Method in class io.scanbot.sdk.ui.utils.navigator.Nodes.FunctionalNode
-
Called when this node is becoming inactive. In other words - contents of the node should
be hidden.
- navigateTo(activity, data) - Method in interface io.scanbot.sdk.ui.utils.navigator.NodeNavigator.NavigationNode
-
Called when this node is on the top of navigation queue. In other words - show contents
of the node.
- navigateTo(activity, data) - Method in class io.scanbot.sdk.ui.utils.navigator.Nodes.FunctionalNode
-
Called when this node is on the top of navigation queue. In other words - show contents
of the node.
- NavigationException - Exception in io.scanbot.sdk.ui.utils.navigator
-
Thrown when sdk UI component can't navigate properly
- NavigationException(message) - Constructor for exception io.scanbot.sdk.ui.utils.navigator.NavigationException
-
Thrown when sdk UI component can't navigate properly
- NavigationException() - Constructor for exception io.scanbot.sdk.ui.utils.navigator.NavigationException
-
Thrown when sdk UI component can't navigate properly
- Navigator - Interface in io.scanbot.sdk.ui.utils.navigator
-
Used to navigate to some destinations depending on given data
- navigator - Variable in class io.scanbot.sdk.ui.view.base.BaseActivity
-
- Navigator.Companion - Class in io.scanbot.sdk.ui.utils.navigator
-
- NavigatorModule - Class in io.scanbot.sdk.ui.di.modules
-
Dagger module that provides navigator collaborators.
- NavigatorModule(navigable) - Constructor for class io.scanbot.sdk.ui.di.modules.NavigatorModule
-
Dagger module that provides navigator collaborators.
- node(handleEventWhen) - Method in class io.scanbot.sdk.ui.utils.navigator.Nodes
-
Convenience method for creating navigation nodes.
- NodeNavigator<A extends Activity> - Class in io.scanbot.sdk.ui.utils.navigator
-
- NodeNavigator(nodes) - Constructor for class io.scanbot.sdk.ui.utils.navigator.NodeNavigator
-
- NodeNavigator.NavigationNode<A extends Activity> - Interface in io.scanbot.sdk.ui.utils.navigator
-
Node which can be navigated to and from.
- Nodes - Class in io.scanbot.sdk.ui.utils.navigator
-
Static factory for nodes.
- Nodes.FunctionalNode<A extends Activity> - Class in io.scanbot.sdk.ui.utils.navigator
-
Navigation node which delegates each method to a dedicated function.