toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-subscription
/
com.mapbox.dash.sdk.subscription.domain.usecase
/
ObserveIsSubscribedUseCase
Observe
Is
Subscribed
Use
Case
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
ObserveIsSubscribedUseCase
(
subscriptionRepository
:
SubscriptionRepository
)
Members
Constructors
Observe
Is
Subscribed
Use
Case
Link copied to clipboard
constructor
(
subscriptionRepository
:
SubscriptionRepository
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
)
:
Flow
<
Boolean
>