SnowMappy SDK
androidJvm
SnowMappy SDK
/
io.bemappy.sdk.services
/
BaseView
Base
View
abstract
class
BaseView
(
context
:
Context
,
attrs
:
AttributeSet
?
=
null
,
defStyleAttr
:
Int
=
0
)
:
FrameLayout
,
KoinScopeComponent
,
CoroutineScope
Inheritors
MapView
SceneView
Members
Constructors
Base
View
Link copied to clipboard
constructor
(
context
:
Context
,
attrs
:
AttributeSet
?
=
null
,
defStyleAttr
:
Int
=
0
)
Functions
get
Koin
Link copied to clipboard
open
override
fun
getKoin
(
)
:
Koin
Properties
coroutine
Context
Link copied to clipboard
open
override
val
coroutineContext
:
CoroutineContext
scope
Link copied to clipboard
open
override
val
scope
:
Scope