-
- All Implemented Interfaces:
-
kotlinx.coroutines.CoroutineScope
public class PLYContentIdManager implements CoroutineScope
-
-
Field Summary
Fields Modifier and Type Field Description private final CoroutineContextcoroutineContextpublic final static PLYContentIdManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetForProduct(String productId)final StringgetForPurchaseToken(String purchaseToken)CoroutineContextgetCoroutineContext()-
-
Method Detail
-
getForProduct
final String getForProduct(String productId)
-
getForPurchaseToken
final String getForPurchaseToken(String purchaseToken)
-
getCoroutineContext
CoroutineContext getCoroutineContext()
-
-
-
-