EMVicFactory Class Reference

Inherits from NSObject
Declared in EMVicFactory.h

Overview

A factory for creating objects that produce or affect VIC

Create VIC device

– createVicDeviceWithToken:error:

Creates a Hardware or Software VIC device for the given CAP token.

- (id<EMVicDevice>)createVicDeviceWithToken:(id<EMVicToken>)token error:(NSError **)error

Parameters

token

The VIC token.

error

If an error occurs, upon return contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.

Return Value

The VIC device.

Discussion

Warning: Currently Mobile Protector SDK library only supports Software VIC device.

Declared In

EMVicFactory.h