ISpaceListener

interface ISpaceListener<S>

Interface for a listener of space lifecycle events.

Parameters

S

The model for the kind of space to manage.

Functions

Link copied to clipboard
abstract fun onEntered(space: S)

Callback when a space is entered.

Link copied to clipboard
abstract fun onExited(space: S)

Callback when a space is exited.