SnabbleUI

object SnabbleUI

The heart of the snabble UI components where everything connects.

To use snabble UI components, you need to set a project you get from the core SDK using setProject.

You can use setUiAction to implement custom behaviour or deeply integrated fragments instead of the default Activites.

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun executeAction(context: Context, event: SnabbleUI.Event?, args: Bundle? = null)
Link copied to clipboard

Sets an action handler for custom implementations of events.