Wallet SDK
Toggle table of contents
android
common
Platform filter
android
common
Switch theme
Search in API
Wallet SDK
sdk-ui-compose
/
com.wallet.ui
/
PlatformBackHandler
Platform
Back
Handler
android
common
@
Composable
actual
fun
PlatformBackHandler
(
enabled
:
Boolean
,
onBack
:
(
)
->
Unit
)
@
Composable
expect
fun
PlatformBackHandler
(
enabled
:
Boolean
,
onBack
:
(
)
->
Unit
)
System back (Android back gesture/button) while
enabled
; a no-op on iOS, which has no system back.