Set iOS framework
1
#import <ClearentIdtechIOSFramework/ClearentIdtechIOSFramework.h>2
@interface ViewController : UIViewController<UIAlertViewDelegate,Clearent_Public_IDTech_VP3300_Delegate, UIActionSheetDelegate,MFMailComposeViewControllerDelegate>3
@interface ViewController : UIViewController<UIAlertViewDelegate,Clearent_Public_IDTech_VP3300_Delegate, UIActionSheetDelegate,MFMailComposeViewControllerDelegate>,ClearentManualEntryDelegate4
- (void)successTransactionToken:(ClearentTransactionToken *)clearentTransactionToken;5
- (void)feedback:(ClearentFeedback *)clearentFeedback;6
-(void) deviceConnected;7
-(void) deviceDisconnected;8
Clearent_VP3300 *clearentVP3300;
ClearentManualEntry *clearentManualEntry;Last updated
Was this helpful?

