Protocols

The following protocols are available globally.

  • 鉴权监听协议

    See more

    Declaration

    Swift

    @objc
    public protocol NEKaraokeAuthListener : NSObjectProtocol
  • SDK API的通用回调接口。SDK提供的接口多为异步实现,在调用这些接口时,需要提供一个该接口的实现作为回调参数

    See more

    Declaration

    Swift

    @objc
    public protocol NEKaraokeListener : NSObjectProtocol