diff --git a/readmes/dialog-billing.md b/readmes/dialog-billing.md index 5e52794..3ffa4ca 100644 --- a/readmes/dialog-billing.md +++ b/readmes/dialog-billing.md @@ -2,18 +2,4 @@ This shows a dialog with the prices and names of your products. It also shows if a product is already owned and allows to buy unowned products by clicking them. -```kotlin -fun DialogBilling( - state: DialogState, - // custom settings - products: List, - texts: DialogBilling.Texts = DialogBillingDefaults.texts(), - // Base Dialog - Optional - title: String? = null, - icon: (@Composable () -> Unit)? = null, - style: ComposeDialogStyle = DialogDefaults.defaultDialogStyle(), - //buttons: DialogButtons = DialogDefaults.buttons(), - //options: Options = Options(), - onEvent: (event: DialogEvent) -> Unit = {} -) -``` \ No newline at end of file +https://github.com/MFlisar/ComposeDialogs/blob/dc45d5a81905eb53b2883cfaab129b5a503cb992/library/modules/billing/src/main/java/com/michaelflisar/composedialogs/dialogs/billing/DialogBilling.kt#L72-L84