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 `Google.Cloud.RecaptchaEnterprise.V1` library is 2.17.0, with multiple previous versions available, down to 1.2.0."],["`AndroidKeySettings` is a class within this library that is designed for settings specific to keys used by Android apps."],["The `AndroidKeySettings` class allows you to define `AllowedPackageNames`, which is a list of allowed Android app package names."],["There is a `AllowAllPackageNames` boolean property, that when set to true, disables the enforcement of the `allowed_package_names` setting."],["The class `AndroidKeySettings` has two constructor methods, one empty and one that receives another `AndroidKeySettings` object."]]],[]]