-
public class LcpService.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static LcpService.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LcpServiceinvoke(Context context, AssetRetriever assetRetriever)LCP service factory. final LcpServicecreate(Context context)-
-
Method Detail
-
invoke
final LcpService invoke(Context context, AssetRetriever assetRetriever)
LCP service factory.
-
create
@Deprecated(message = Use `LcpService()` instead, replaceWith = @ReplaceWith(imports = {}, expression = LcpService(context, AssetRetriever(), MediaTypeRetriever())), level = DeprecationLevel.ERROR) final LcpService create(Context context)
-
-
-
-