Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Objective-C
@protocol BTDropInControllerDelegate <NSObject> - (void)reloadDropInData; /// Show the edit screen for payment methods. /// /// @param sender The sender requesting the view be changed. - (void)editPaymentMethods:(id)sender; @endSwift
protocol BTDropInControllerDelegate : NSObjectProtocol
View on GitHub
Protocols Reference