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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AndroidApplication` class within the Google.Cloud.ApiKeys.V2 API is used to identify an Android application for key use."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["There are two constructors available, one default and one taking another `AndroidApplication` object as a parameter."],["`AndroidApplication` contains properties `PackageName` and `Sha1Fingerprint`, both of type string, representing the Android app's package name and SHA1 fingerprint respectively."],["The documentation covers versions 1.0.0, 1.1.0, 1.2.0, 1.3.0, and the latest version 1.4.0 of the `AndroidApplication` API."]]],[]]