-
- All Implemented Interfaces:
-
kotlinx.coroutines.CoroutineScope
public class PLYProductsManager implements CoroutineScope
-
-
Field Summary
Fields Modifier and Type Field Description private final CoroutineContextcoroutineContextprivate JobfetchProductsJobpublic final static PLYProductsManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitfetchProducts()final BooleanhasStoreProducts()final PLYPlangetPlanFromStoreProductId(String id)CoroutineContextgetCoroutineContext()final JobgetFetchProductsJob()final UnitsetFetchProductsJob(Job fetchProductsJob)-
-
Method Detail
-
fetchProducts
final Unit fetchProducts()
-
hasStoreProducts
final Boolean hasStoreProducts()
-
getPlanFromStoreProductId
final PLYPlan getPlanFromStoreProductId(String id)
-
getCoroutineContext
CoroutineContext getCoroutineContext()
-
getFetchProductsJob
final Job getFetchProductsJob()
-
setFetchProductsJob
final Unit setFetchProductsJob(Job fetchProductsJob)
-
-
-
-