Class Property.Product

  • Enclosing class:
    Property

    public static class Property.Product
    extends java.lang.Object
    Get product properties such as "Product name" and "Software version".
    Since:
    1.1.0
    • Field Detail

      • PROPERTY_PRODUCT_NAME_UNKNOWN

        public static final java.lang.String PROPERTY_PRODUCT_NAME_UNKNOWN
        Unknown product name
        Since:
        1.1.0
        See Also:
        Constant Field Values
      • PROPERTY_SYSTEM_VERSION_UNKNOWN

        public static final java.lang.String PROPERTY_SYSTEM_VERSION_UNKNOWN
        Unknown system version
        Since:
        1.1.0
        See Also:
        Constant Field Values
      • PROPERTY_MODEL_TYPE_IF

        public static final java.lang.String PROPERTY_MODEL_TYPE_IF
        Interface model type
        Since:
        1.1.0
        See Also:
        Constant Field Values
      • PROPERTY_MODEL_TYPE_STANDALONE

        public static final java.lang.String PROPERTY_MODEL_TYPE_STANDALONE
        Standalone model type
        Since:
        1.1.0
        See Also:
        Constant Field Values
      • PROPERTY_MODEL_TYPE_UNKNOWN

        public static final java.lang.String PROPERTY_MODEL_TYPE_UNKNOWN
        Unknown model type
        Since:
        1.1.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Product

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

      • getHeadsetProductName

        public java.lang.String getHeadsetProductName()
        Get the headset product name. Returns the headset product name string when acquiring the headset product name string is successful, and returns null when it fails.
        Returns:
        a string of headset product name: success, null: fail
        Since:
        1.1.0
      • getModelType

        public java.lang.String getModelType()
        Get the model type of Moverio. Returns the model type string when acquiring the model type string is successful, and returns null when it fails.
        Returns:
        a string of model type: success, null: fail
        Since:
        1.1.0