PICO Spatial SDK
Toggle table of contents
0.10.7
◐
Skip to content
PICO Spatial SDK
core
/
com.pico.spatial.core.container
/
SpatialViewEventManager
Spatial
View
Event
Manager
interface
SpatialViewEventManager
Provides event subscription for a
SpatialView
's content.
Inheritors
SpatialViewContent
Members
Functions
subscribe
Link copied to clipboard
@
MainThread
abstract
fun
<
T
:
Event
>
subscribe
(
eventType
:
Class
<
T
>
,
on
:
EventSource
?
=
null
,
componentType
:
Class
<
out
Component
>
?
=
null
,
subscriber
:
EventSubscriber
<
T
>
)
:
Cancellable
Subscribes to events of the specified type.