Protocols

The following protocols are available globally.

  • A protocol to be implemented by a TSClient’s delegate.

    See more

    Declaration

    Objective-C

    @protocol TSClientDelegate <NSObject>

    Swift

    protocol TSClientDelegate : NSObjectProtocol
  • Protocol implemented by a delegate of the TimelineSynchroniser class

    See more

    Declaration

    Objective-C

    @protocol TimelineSynchroniserDelegate <NSObject>

    Swift

    protocol TimelineSynchroniserDelegate : NSObjectProtocol