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 latest version of the `AndroidApplication` class for the API Keys v2 API is 1.4.0, with previous versions available back to 1.0.0."],["`AndroidApplication` is a sealed class used to identify an Android application for key use within the Google Cloud API Keys v2 service, and it inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors: a default constructor and one that takes another `AndroidApplication` object as a parameter."],["The class exposes two string properties: `PackageName` for the application's package name, and `Sha1Fingerprint` for the application's SHA1 fingerprint, which can accept multiple formats and outputs in a specific format."],["The methods `GetHashCode()`, `GetType()` and `ToString()` are inherited from the `object` class."]]],[]]