Interface AndroidApplicationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AndroidApplication, AndroidApplication.Builder

    public interface AndroidApplicationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPackageName()
      The package name of the application.
      com.google.protobuf.ByteString getPackageNameBytes()
      The package name of the application.
      String getSha1Fingerprint()
      The SHA1 fingerprint of the application.
      com.google.protobuf.ByteString getSha1FingerprintBytes()
      The SHA1 fingerprint of the application.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSha1Fingerprint

        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:
        The sha1Fingerprint.
      • getSha1FingerprintBytes

        com.google.protobuf.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:
        The bytes for sha1Fingerprint.
      • getPackageName

        String getPackageName()
         The package name of the application.
         
        string package_name = 2;
        Returns:
        The packageName.
      • getPackageNameBytes

        com.google.protobuf.ByteString getPackageNameBytes()
         The package name of the application.
         
        string package_name = 2;
        Returns:
        The bytes for packageName.