-
- All Implemented Interfaces:
-
co.saltpay.epos.request.handlerlib.di.CompositionRootAccessor
public class EposRequestHandler implements CompositionRootAccessor
-
-
Field Summary
Fields Modifier and Type Field Description public final static EposRequestHandlerINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitinit(Application app, Logger logger, Function0<BackgroundRequestHandler> requestHandler)final UnitprocessForegroundIntent(Activity activity, Intent intent, Function1<ForegroundRequest, ForegroundRequestHandler> handlerProvider)-
-
Method Detail
-
init
final Unit init(Application app, Logger logger, Function0<BackgroundRequestHandler> requestHandler)
-
processForegroundIntent
final Unit processForegroundIntent(Activity activity, Intent intent, Function1<ForegroundRequest, ForegroundRequestHandler> handlerProvider)
-
-
-
-