CISRunnableProtocol

@protocol CISRunnableProtocol

Used by the Conviva library to run timer action.

  • Used to run timer action.

    Declaration

    Objective-C

    - (void)run;

    Swift

    func run()