Protocols

The following protocols are available globally.

  • Undocumented

    See more

    Declaration

    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;
    
    @end

    Swift

    protocol BTDropInControllerDelegate : NSObjectProtocol