interface PanelInteractionDelegate
onPanelInteractionDetected
(
entity
, interactionExtension
)
|
Called when a panel with a ViewRootImplInteractionExtension is detected.
Signature
abstract fun onPanelInteractionDetected(entity: Entity, interactionExtension: Any) Parameters interactionExtension: Any
The ViewRootImplInteractionExtension for this panel
|
onPanelInteractionRemoved
(
entity
)
|
Called when a tracked panel/ViewRootImplInteractionExtension is no longer detected.
This can happen when:
Signature
abstract fun onPanelInteractionRemoved(entity: Entity) Parameters |