EMEmvService Class Reference

Inherits from NSObject
Declared in EMEmvService.h

Overview

Service class providing factory for creating decoder.

+ createServiceWithModule:

Creates {@link EMEmvService} object.

+ (nonnull EMEmvService *)createServiceWithModule:(nonnull EMEmvModule *)module

Parameters

module

an instance of {@link EMEmvModule}. Use {@link EMEmvModule#createModule} to obtain one.

Return Value

Instance of {@code EMEmvService}.

Declared In

EMEmvService.h

– createFactory

Creates {@link EMEmvFactory} object.

- (nonnull id<EMEmvFactory>)createFactory

Return Value

Instance of {@code EMEmvFactory}.

Declared In

EMEmvService.h

– init

Init method not available, please use createServiceWithModule to create object.

- (nonnull id)init

Declared In

EMEmvService.h

+ new

New method not available, please use createServiceWithModule to create object.

+ (nonnull id)new

Declared In

EMEmvService.h