Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobile committed Oct 7, 2019
1 parent eb55c56 commit a8d9dd7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ react-native run-android
```bash
npm install
```
- Than, in iOS catalog, to resolve dependencies:
- Then, in iOS catalog, to resolve dependencies:
```bash
pod install
```
Expand Down
Binary file modified android/app/libs/p24lib.aar
Binary file not shown.
22 changes: 0 additions & 22 deletions ios/P24Example/P24.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,32 +48,10 @@

@end

@interface P24RpcParams: NSObject

@property (nonatomic, copy, readonly) NSString *token;
@property (nonatomic, copy, readonly) NSString *blikCode;
@property (nonatomic, assign, readwrite) BOOL sandbox;

- (id) initWithToken:(NSString *) token;
- (id) initWithToken:(NSString *) token blikCode:(NSString *) blikCode;
- (BOOL) hasBlikCodeSet;

@end


@protocol P24RpcDelegate <NSObject>

- (void) p24RpcCompleted;
- (void) p24RpcCanceled;
- (void) p24RpcError: (NSString*) errorCode;

@end

@interface P24 : NSObject

+ (NSString *) sdkVersion;
+ (void)startRegisterCard:(P24RegisterCardParams *)params inViewController:(UIViewController *)viewController delegate:(id<P24RegisterCardDelegate>) delegate;
+ (void) startRpc:(P24RpcParams *) params inViewController:(UIViewController *) viewController delegate:(id<P24RpcDelegate>) delegate;

@end

Expand Down
Binary file modified ios/P24Example/libP24.a
Binary file not shown.

0 comments on commit a8d9dd7

Please sign in to comment.