Protocols

The following protocols are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    @protocol ViewControllerEventPresenter <NSObject>
    
    -(BOOL)isResponsible:(NSObject*)event view:(UIView*)view controller:(UIViewController*)controller;
    -(void)receivedEvent:(NSObject*)event view:(UIView*)view controller:(UIViewController*)controller;
    
    @end

    Swift

    protocol ViewControllerEventPresenter : NSObjectProtocol