Protocols

The following protocols are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    @protocol RFSVideoUploadingDelegate <NSObject>
    
    - (void)videoUploadingForTransactionId:(NSString * _Nonnull)transactionId didFinishedWithSuccess:(BOOL)success;
    
    @end

    Swift

    protocol VideoUploadingDelegate : NSObjectProtocol
  • Marks the class to be overridable through configuration builder. See more at -[RFSBaseConfigurationBuilder registerClass:forBaseClass:].

    Declaration

    Objective-C

    @protocol RFSOverriding <NSObject>

    Swift

    protocol Overriding : NSObjectProtocol
  • Delegate for intercepting URL requests.

    See more

    Declaration

    Objective-C

    @protocol RFSURLRequestInterceptingDelegate <NSObject>

    Swift

    protocol URLRequestInterceptingDelegate : NSObjectProtocol