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 use in .NET applications."],["The latest version documented is 2.17.0, and the page lists available versions, ranging from 2.17.0 down to 1.2.0, for reference and use."],["`AndroidKeySettings` is designed for settings related to keys used by Android apps, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `AllowAllPackageNames`, a boolean to allow the bypassing of enforcement, and `AllowedPackageNames`, which is a list of android packages that are permitted to use the key."],["The page includes inheritance information, constructor details, and a list of inherited members from the base `Object` class."]]],[]]