IonicPortals
IonicPortals
/
io.ionic.portals
/
PortalView
/
PortalView
Portal
View
fun
PortalView
(
context
:
Context
)
fun
PortalView
(
context
:
Context
,
portalId
:
String
)
fun
PortalView
(
context
:
Context
,
portalId
:
String
,
onBridgeAvailable
:
(
bridge
:
Bridge
)
->
Unit
)
fun
PortalView
(
context
:
Context
,
portalId
:
String
,
viewId
:
String
,
onBridgeAvailable
:
(
bridge
:
Bridge
)
->
Unit
?
)
fun
PortalView
(
context
:
Context
,
portal
:
Portal
)
fun
PortalView
(
context
:
Context
,
portal
:
Portal
,
onBridgeAvailable
:
(
bridge
:
Bridge
)
->
Unit
)
fun
PortalView
(
context
:
Context
,
portal
:
Portal
,
viewId
:
String
,
onBridgeAvailable
:
(
bridge
:
Bridge
)
->
Unit
?
)
fun
PortalView
(
context
:
Context
,
attrs
:
AttributeSet
)
fun
PortalView
(
context
:
Context
,
attrs
:
AttributeSet
,
defStyleAttr
:
Int
)