Interface AndroidApp.Builder

  • Method Details

    • packageValue

      AndroidApp.Builder packageValue(String packageValue)

      Unique package name for an Android app.

      Parameters:
      packageValue - Unique package name for an Android app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateFingerprint

      AndroidApp.Builder certificateFingerprint(String certificateFingerprint)

      20 byte SHA-1 certificate fingerprint associated with the Android app signing certificate.

      Parameters:
      certificateFingerprint - 20 byte SHA-1 certificate fingerprint associated with the Android app signing certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.