BKLiveRoom

public struct BKLiveRoom : Equatable

Undocumented

  • id

    Either the short or actual id.

    Declaration

    Swift

    public let id: Int
  • Initialize a BKLiveRoom with one of its ids.

    Declaration

    Swift

    public init(_ id: Int)

    Parameters

    id

    room id or short id.

  • Information of a live room.

    See more

    Declaration

    Swift

    public struct Info : Codable

Networking

  • Fetchs and passes this live room’s info to handler.

    Declaration

    Swift

    public func getInfo(then handler: @escaping BKHandler<Info>)

    Parameters

    handler

    code to process an optional Info.