TKMSupportManager

public protocol TKMSupportManager

The support manager provides access to information about the current environment. Information returned by this class may be included in crash reports, logs etc. to make it easier to investigate issues with the SDK.

  • Returns information about the current environment for debugging purposes. The result of this method is a human-readable string that contains at least the following information:

  • SDK version name
  • SDK version code
  • SDK build string
  • A list of logged-in users
  • Locale
  • Device ID
  • Device name
  • OS release
  • OS build

    Important

    The contained data and format are subject to change and not intended to be processed programmatically.
  • Declaration

    Swift

    var environmentInfos: String { get }