-
- All Implemented Interfaces:
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)LCP service factory. final LcpServicecreate(Context context)-
-
Method Detail
-
invoke
final LcpService invoke(Context context)
LCP service factory.
-
create
@Deprecated(message = "Use `LcpService()` instead", replaceWith = @ReplaceWith(imports = {}, expression = "LcpService(context)"), level = DeprecationLevel.ERROR) final LcpService create(Context context)
-
-
-
-