Receipts
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Receipts
Receipts
/
com.fam007e.receipts.ui.screens.premium
Package-level
declarations
Types
Functions
Types
Premium
View
Model
Link copied to clipboard
class
PremiumViewModel
@
Inject
constructor
(
val
billingManager
:
BillingManager
)
:
ViewModel
Functions
Premium
Card
Link copied to clipboard
@
Composable
fun
PremiumCard
(
title
:
String
,
price
:
String
,
badge
:
String
?
=
null
,
features
:
List
<
String
>
,
onSelect
:
(
)
->
Unit
)
Premium
Screen
Link copied to clipboard
@
Composable
fun
PremiumScreen
(
billingManager
:
BillingManager
,
onBack
:
(
)
->
Unit
)