Interface AndroidApplicationOrBuilder (0.11.0)

public interface AndroidApplicationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPackageName()

public abstract String getPackageName()

The package name of the application.

string package_name = 2;

Returns
TypeDescription
String

The packageName.

getPackageNameBytes()

public abstract ByteString getPackageNameBytes()

The package name of the application.

string package_name = 2;

Returns
TypeDescription
ByteString

The bytes for packageName.

getSha1Fingerprint()

public abstract String getSha1Fingerprint()

The SHA1 fingerprint of the application. For example, both sha1 formats are acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or DA39A3EE5E6B4B0D3255BFEF95601890AFD80709. Output format is the latter.

string sha1_fingerprint = 1;

Returns
TypeDescription
String

The sha1Fingerprint.

getSha1FingerprintBytes()

public abstract ByteString getSha1FingerprintBytes()

The SHA1 fingerprint of the application. For example, both sha1 formats are acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or DA39A3EE5E6B4B0D3255BFEF95601890AFD80709. Output format is the latter.

string sha1_fingerprint = 1;

Returns
TypeDescription
ByteString

The bytes for sha1Fingerprint.