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 webpage provides documentation for `AndroidKeySettings` within the `Google.Cloud.RecaptchaEnterprise.V1` namespace, detailing settings for keys usable by Android apps."],["The latest version available for `AndroidKeySettings` is 2.17.0, with several previous versions also documented, ranging from 1.2.0 to 2.16.0."],["`AndroidKeySettings` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with several inherited members from the `Object` class."],["`AndroidKeySettings` allows the configuration of allowed Android package names via the `AllowedPackageNames` property, which takes a `RepeatedField` of strings."],["There are 2 constructors, one default and one that takes an other `AndroidKeySettings` object as a parameter, for creating instances of `AndroidKeySettings`."]]],[]]