PaymentRegistering
Objective-C
@protocol PaymentRegistering <NSObject>
@required
@property(nonatomic) id registrationCallback;
@end
Swift
protocol PaymentRegistering : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic) id registrationCallback
Swift
var registrationCallback: Any { get set }