SignInBody

@Composable
fun SignInBody(loading: Boolean = false, commonError: String? = null, onActions: (SignInActions) -> Unit = {}, backDispatcher: OnBackPressedDispatcher? = null)

Body page SignInScreen

Author

Vitaliy Zarubin

Parameters

loading

state call query to api

commonError

state error response

onActions

actions page

backDispatcher

dispatcher press back