Package-level declarations

Functions

Link copied to clipboard
fun DebugRevenueCatBottomSheet(onPurchaseCompleted: (StoreTransaction) -> Unit, onPurchaseErrored: (PurchasesTransactionException) -> Unit, isVisible: Boolean = false, onDismissCallback: () -> Unit? = null)

Composable function that allows to display the debug screen as a bottom sheet.

Link copied to clipboard
fun DebugRevenueCatScreen(onPurchaseCompleted: (StoreTransaction) -> Unit, onPurchaseErrored: (PurchasesTransactionException) -> Unit)

Composable function that allows to display the debug screen as any part of the screen in your composable tree.