-
- All Implemented Interfaces:
-
kotlinx.coroutines.CoroutineScope
public class PLYActiveSubscriptionsStorage implements CoroutineScope
-
-
Field Summary
Fields Modifier and Type Field Description private final CoroutineContextcoroutineContextpublic final static PLYActiveSubscriptionsStorageINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitset(List<PLYSubscriptionData> new)CoroutineContextgetCoroutineContext()-
-
Method Detail
-
set
final Unit set(List<PLYSubscriptionData> new)
-
getCoroutineContext
CoroutineContext getCoroutineContext()
-
-
-
-