Package-level declarations

Types

Link copied to clipboard
class ReEngagePrompt(coroutineScope: CoroutineScope, phoneDataLayerAppHelper: PhoneDataLayerAppHelper)

Functions

Link copied to clipboard
fun ReEngageBottomSheet(image: @Composable () -> Unit?, topMessage: String, bottomMessage: String, onDismissRequest: () -> Unit, onConfirmation: () -> Unit, modifier: Modifier = Modifier, positiveButtonLabel: String? = null, negativeButtonLabel: String? = null, sheetState: SheetState = rememberModalBottomSheetState())