EMVicFactory Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | EMVicFactory.h |
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 **)errorParameters
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 |
Return Value
The VIC device.
Discussion
Warning: Currently Mobile Protector SDK library only supports Software VIC device.
Declared In
EMVicFactory.h