Global Variables

The following global variables are available globally.

  • Service name.

    Declaration

    Swift

    public let serviceName: String
  • Version of SDK.

    Declaration

    Swift

    public let version: String
  • LinkManager reference used to link the user to the PhunCoin Wallet app.

    Declaration

    Swift

    public internal(set) var linkManager: LinkManager { get }
  • AssetManager reference used to retrieve the user balance and fire events.

    Declaration

    Swift

    public internal(set) var assetManager: AssetManager { get }