BKUpUser

public class BKUpUser : BKUser

Encapsulation for up related info.

  • Statistics of the user.

    See more

    Declaration

    Swift

    public struct Stat : Codable
  • Fetchs and passes this up’s stat to handler.

    Declaration

    Swift

    public func getStat(then handler: @escaping BKHandler<Stat>)

    Parameters

    handler

    code to process an optional Stat.