Protocols

The following protocols are available globally.

  • Protocol that can be implemented in order to receive callbacks from Textile about events of interest

    See more

    Declaration

    Objective-C

    @protocol TextileDelegate <NSObject>

    Swift

    protocol TextileDelegate : NSObjectProtocol