-
- All Implemented Interfaces:
-
io.purchasely.common.PLYCoroutineScope,kotlinx.coroutines.CoroutineScope
public class PLYContentIdManager implements PLYCoroutineScope
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>jobprivate final CoroutineContextcoroutineContextpublic final static PLYContentIdManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetForStoreProductId(String productId)final StringgetForPurchaseToken(String purchaseToken)<ERROR CLASS>getJob()CoroutineContextgetCoroutineContext()-
-
Method Detail
-
getForStoreProductId
@Synchronized() final String getForStoreProductId(String productId)
-
getForPurchaseToken
@Synchronized() final String getForPurchaseToken(String purchaseToken)
-
getJob
<ERROR CLASS> getJob()
-
getCoroutineContext
CoroutineContext getCoroutineContext()
-
-
-
-