Interface AndroidApp.Builder

  • Method Details

    • packageValue

      AndroidApp.Builder packageValue(String packageValue)

      Unique package name identifier for an Android app.

      Example: com.mydomain.appname

      Parameters:
      packageValue - Unique package name identifier for an Android app.

      Example: com.mydomain.appname

      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.

      Example: BB:0D:AC:74:D3:21:E1:43:67:71:9B:62:91:AF:A1:66:6E:44:5D:75

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

      Example: BB:0D:AC:74:D3:21:E1:43:67:71:9B:62:91:AF:A1:66:6E:44:5D:75

      Returns:
      Returns a reference to this object so that method calls can be chained together.