Protocols

The following protocols are available globally.

  • TokenProvider protocol.

    Conform to the TokenProvider protocol in order to generate the token for the user that you want to authenticate.

    See more

    Declaration

    Swift

    @objc
    public protocol TokenProvider
  • InterestsChangedDelegate protocol. Method interestsSetOnDeviceDidChange(interests:) will be called when interests set changes.

    See more

    Declaration

    Swift

    @objc
    public protocol InterestsChangedDelegate