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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `AndroidApplication` class within the Google.Cloud.ApiKeys.V2 namespace is used to identify an Android application for key use within the API Keys v2 API."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["It includes two constructors: a default constructor `AndroidApplication()` and one that accepts another `AndroidApplication` instance for cloning, `AndroidApplication(AndroidApplication other)`."],["The class contains two properties, `PackageName` and `Sha1Fingerprint`, both of which are strings and allow specifying the package name and the SHA1 fingerprint of the Android application, respectively."],["Version 1.4.0 represents the latest version of the API, while the documentation references versions down to 1.0.0, indicating an evolving library."]]],[]]