Interface OTAJobConfig.Builder

  • Method Details

    • allowMajorVersionUpdate

      OTAJobConfig.Builder allowMajorVersionUpdate(Boolean allowMajorVersionUpdate)

      Whether to apply the update if it is a major version change.

      Parameters:
      allowMajorVersionUpdate - Whether to apply the update if it is a major version change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageVersion

      OTAJobConfig.Builder imageVersion(String imageVersion)

      The target version of the device software.

      Parameters:
      imageVersion - The target version of the device software.
      Returns:
      Returns a reference to this object so that method calls can be chained together.