BTCardFormViewControllerDelegate

Objective-C

@protocol BTCardFormViewControllerDelegate <NSObject>

- (void)cardTokenizationCompleted:(BTPaymentMethodNonce * _Nullable )tokenizedCard error:(NSError * _Nullable )error sender:(BTCardFormViewController *) sender;

@end

Swift

protocol BTCardFormViewControllerDelegate : NSObjectProtocol

Undocumented