API Keys v2 API - Class AndroidApplication (1.0.0)

public sealed class AndroidApplication : IMessage<AndroidApplication>, IEquatable<AndroidApplication>, IDeepCloneable<AndroidApplication>, IBufferMessage, IMessage

Reference documentation and code samples for the API Keys v2 API class AndroidApplication.

Identifier of an Android application for key use.

Inheritance

Object > AndroidApplication

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

AndroidApplication()

public AndroidApplication()

AndroidApplication(AndroidApplication)

public AndroidApplication(AndroidApplication other)
Parameter
NameDescription
otherAndroidApplication

Properties

PackageName

public string PackageName { get; set; }

The package name of the application.

Property Value
TypeDescription
String

Sha1Fingerprint

public string Sha1Fingerprint { get; set; }

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.

Property Value
TypeDescription
String