Skip to content

Commit

Permalink
Beta Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadAnand committed Jul 11, 2023
1 parent 3935b95 commit 4896d68
Show file tree
Hide file tree
Showing 20 changed files with 2,795 additions and 1,493 deletions.
Binary file modified Pod/Razorpay.xcframework/ios-arm64/Razorpay.framework/Assets.car
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
#ifndef RAZORPAY_SWIFT_H
#define RAZORPAY_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -334,7 +334,7 @@ SWIFT_CLASS("_TtC8Razorpay16RazorpayCheckout")
- (void)submitOtpWithOtp:(NSString * _Nonnull)otp;
- (void)resendOtpWithResponse:(void (^ _Nonnull)(BOOL))response;
- (void)redirectToBankPage;
- (void)getPaymentMethodsWithOptions:(NSDictionary * _Nullable)options withSuccessCallback:(void (^ _Nonnull)(NSDictionary * _Nonnull))success andFailureCallback:(void (^ _Nonnull)(NSString * _Nonnull))failure;
- (void)getPaymentMethodsWithOptions:(NSDictionary * _Nullable)options withSuccessCallback:(void (^ _Nonnull)(NSDictionary * _Nonnull))success andFailureCallback:(void (^ _Nonnull)(NSDictionary * _Nonnull))failure;
- (void)getSubscriptionAmountWithHavingSubscriptionId:(NSString * _Nonnull)subId withSuccessCallback:(void (^ _Nonnull)(uint64_t))success andFailureCallback:(void (^ _Nonnull)(NSString * _Nonnull))failure;
- (void)getSubscriptionAmountWithOptions:(NSDictionary * _Nonnull)options withSuccessCallback:(void (^ _Nonnull)(uint64_t))success andFailureCallback:(void (^ _Nonnull)(NSString * _Nonnull))failure;
- (void)authorize:(NSDictionary * _Nonnull)options;
Expand Down Expand Up @@ -374,6 +374,7 @@ SWIFT_PROTOCOL("_TtP8Razorpay33RazorpayPaymentCompletionProtocol_")
SWIFT_PROTOCOL("_TtP8Razorpay14UPITurboPlugin_")
@protocol UPITurboPlugin
@property (nonatomic, readonly, strong) id <PluginPaymentDelegate> _Nonnull paymentPlugin;
@property (nonatomic, readonly) BOOL deviceBindingDone;
- (void)getLinkedAccountsWithMobileNumber:(NSString * _Nonnull)mobileNumber resultDelegate:(id _Nonnull)resultDelegate;
- (void)linkNewAccountWithMobileNumber:(NSString * _Nonnull)mobileNumber linkActionDelegate:(id _Nonnull)linkActionDelegate;
- (void)fetchAccountBalanceWithUpiAccount:(id _Nullable)upiAccount handler:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))handler;
Expand All @@ -387,9 +388,9 @@ SWIFT_PROTOCOL("_TtP8Razorpay16UPITurboUIPlugin_")
@protocol UPITurboUIPlugin
@property (nonatomic, readonly, strong) id <UPITurboPlugin> _Nullable corePlugin;
@property (nonatomic, readonly, strong) id <PluginPaymentDelegate> _Nullable paymentPlugin;
- (void)linkNewUpiAccountWithCompletionHandler:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completionHandler;
- (void)manageUpiAccount;
- (NSArray<NSDictionary *> * _Nullable)getupiAccountObjectWithUpiAccounts:(id _Nullable)upiAccounts SWIFT_WARN_UNUSED_RESULT;
- (void)linkNewUpiAccountWithMobileNumber:(NSString * _Nonnull)mobileNumber color:(NSString * _Nonnull)color completionHandler:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completionHandler;
- (void)manageUpiAccountWithMobileNumber:(NSString * _Nonnull)mobileNumber color:(NSString * _Nonnull)color;
- (NSArray<NSDictionary *> * _Nullable)getUpiAccountObjectWithUpiAccounts:(id _Nullable)upiAccounts SWIFT_WARN_UNUSED_RESULT;
@end

#endif
Expand Down
Binary file modified Pod/Razorpay.xcframework/ios-arm64/Razorpay.framework/Info.plist
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4896d68

Please sign in to comment.