Class About

  • All Implemented Interfaces:

    
    public class About
    
                        

    A utility class to retrieve information about the SAP BTP SDK for Android, operating system, brand, model, and manufacturer. This information is helpful when reporting issues to SAP support.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static String getSdkVersion() Get the version of SAP BTP SDK for Android.
      static String getOsVersion() Get the Android version for the current device.
      static String getDeviceInfo() Get brand, manufacturer, and model of the current device.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getSdkVersion

        @NonNull() static String getSdkVersion()

        Get the version of SAP BTP SDK for Android.

      • getOsVersion

        @NonNull() static String getOsVersion()

        Get the Android version for the current device.

      • getDeviceInfo

        @NonNull() static String getDeviceInfo()

        Get brand, manufacturer, and model of the current device.