Class Property.BasicFunctionSdk

  • Enclosing class:
    Property

    public static class Property.BasicFunctionSdk
    extends java.lang.Object
    Get BasicFunctionSdk properties such as "Version information".
    Since:
    1.1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicFunctionSdk​(android.content.Context context)
      This is the BasicFunctionSdk constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSdkName()
      Get the BasicFunctionSdk name.
      java.lang.String getSdkVersion()
      Get the BasicFunctionSdk version.
      java.util.List<java.lang.String> getSupportedProductList()
      Get a list of product names that BasicFunctionSdk supports.
      • Methods inherited from class java.lang.Object

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

      • BasicFunctionSdk

        public BasicFunctionSdk​(android.content.Context context)
        This is the BasicFunctionSdk constructor.
        Parameters:
        context - Activity context
        Since:
        1.1.0
    • Method Detail

      • getSdkName

        public java.lang.String getSdkName()
        Get the BasicFunctionSdk name. Returns the BasicFunctionSdk name string when acquiring the BasicFunctionSdk name string is successful, and returns null when it fails.
        Returns:
        a string of sdk name: success, null: fail
        Since:
        1.1.0
      • getSdkVersion

        public java.lang.String getSdkVersion()
        Get the BasicFunctionSdk version. Returns the BasicFunctionSdk version string when acquiring the BasicFunctionSdk version string is successful, and returns null when it fails.
        Returns:
        a string of sdk version: success, null: fail
        Since:
        1.1.0
      • getSupportedProductList

        public java.util.List<java.lang.String> getSupportedProductList()
        Get a list of product names that BasicFunctionSdk supports.
        Returns:
        a list of supported product name: success, null: fail
        Since:
        1.1.0