EMVicService Class Reference

Inherits from NSObject
Declared in EMVicService.h

Overview

VIC Service

+ serviceWithModule:

Designated constructor. Returns the EMVicService object created using the EMOtpModule

+ (EMVicService *)serviceWithModule:(EMOtpModule *)module

Parameters

module

an instance of EMOtpModule

Return Value

EMVicService module instance.

Availability

4.0

Declared In

EMVicService.h

– vicFactory

Returns Factory for creating VIC settings and VIC devices.

- (EMVicFactory *)vicFactory

Return Value

EMVicFactory object.

Availability

4.0

Declared In

EMVicService.h

– tokenManager:

Returns object which confirms to EMVicTokenManager protocol for CAP tokens. Note an error could return if database file is not decrypted in time, please try again.

- (id<EMVicTokenManager>)tokenManager:(NSError **)error

Parameters

error

pointer to *NSError object

Return Value

object which confirms to EMVicTokenManager protocol.

Availability

4.0

Declared In

EMVicService.h