Type Aliases

The following type aliases are available globally.

  • 通用回调 0 代表成功, -1 代表失败, 其他为SDK错误码

    Declaration

    Swift

    public typealias NEKaraokeCallback<T> = (Int, String?, T?) -> Void