EMVicService Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | EMVicService.h |
+ serviceWithModule:
Designated constructor. Returns the EMVicService object created using the EMOtpModule
+ (EMVicService *)serviceWithModule:(EMOtpModule *)moduleParameters
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 *)vicFactoryReturn 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 **)errorParameters
error |
pointer to *NSError object |
|---|
Return Value
object which confirms to EMVicTokenManager protocol.
Availability
4.0
Declared In
EMVicService.h