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."],[[["The latest version of the `AndroidKeySettings` for Google Cloud reCAPTCHA Enterprise V1 is 2.17.0, with multiple previous versions available, down to 1.2.0."],["`AndroidKeySettings` is a class specifically designed for managing settings related to keys used by Android applications, and is part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace."],["This class includes properties for `AllowAllPackageNames`, which when true, disables enforcement of allowed package names, and `AllowedPackageNames`, a list of Android package names that are permitted to utilize the specified key."],["The class `AndroidKeySettings` implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the base object class."],["There are two constructors that can be used for `AndroidKeySettings`, a parameterless one, and one that will take an `AndroidKeySettings` as a parameter."]]],[]]