IonicPortals
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
IonicPortals
IonicPortals
/
io.ionic.portals
/
PortalView
/
PortalView
Portal
View
constructor
(
context
:
Context
)
constructor
(
context
:
Context
,
portalId
:
String
)
constructor
(
context
:
Context
,
portalId
:
String
,
onBridgeAvailable
:
(
bridge
:
Bridge
)
->
Unit
)
constructor
(
context
:
Context
,
portalId
:
String
,
viewId
:
String
,
onBridgeAvailable
:
(
bridge
:
Bridge
)
->
Unit
?
)
constructor
(
context
:
Context
,
portal
:
Portal
)
constructor
(
context
:
Context
,
portal
:
Portal
,
onBridgeAvailable
:
(
bridge
:
Bridge
)
->
Unit
)
constructor
(
context
:
Context
,
portal
:
Portal
,
viewId
:
String
,
onBridgeAvailable
:
(
bridge
:
Bridge
)
->
Unit
?
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
,
defStyleAttr
:
Int
)