Interface SupportManager


  • public interface SupportManager
    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.
    • Method Detail

      • getEnvironmentInfos

        String getEnvironmentInfos()
        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
        The contained data and format are subject to change and not intended to be processed programmatically.
        Returns:
        a human-readable string containing information about the current environment.