public sealed class AndroidKeySettings : IMessage<AndroidKeySettings>, IEquatable<AndroidKeySettings>, IDeepCloneable<AndroidKeySettings>, IBufferMessage, IMessage
Settings specific to keys that can be used by Android apps.
[[["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-25 UTC."],[[["This webpage provides documentation for the `AndroidKeySettings` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace, specifically for .NET development."],["The `AndroidKeySettings` class defines settings for reCAPTCHA keys used by Android applications, allowing customization of package name restrictions."],["Version history for `AndroidKeySettings` is provided, with versions ranging from 1.2.0 to the latest version 2.17.0, giving access to documentation for each release."],["The `AndroidKeySettings` class has properties such as `AllowAllPackageNames` and `AllowedPackageNames`, which control whether any package name is allowed and which package names are permitted to use the key, respectively."],["The `AndroidKeySettings` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and also contains methods inherited from the `Object` class."]]],[]]